summaryrefslogtreecommitdiff
path: root/keyboards/majistic
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-23 15:49:11 +0100
committerGitHub <noreply@github.com>2024-07-23 15:49:11 +0100
commitbcfe3a071851f4c8bd06928014dd9c744fdb5e80 (patch)
tree31feefbcdb86a0358ab950f3a9eb3beed0e4a7e2 /keyboards/majistic
parentadb884761d503ff59e462eaf093b04889c3c8e66 (diff)
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/majistic')
-rw-r--r--keyboards/majistic/keyboard.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/majistic/keyboard.json b/keyboards/majistic/keyboard.json
index 2a93a99e86..adf18792c7 100644
--- a/keyboards/majistic/keyboard.json
+++ b/keyboards/majistic/keyboard.json
@@ -29,12 +29,14 @@
29 "diode_direction": "COL2ROW", 29 "diode_direction": "COL2ROW",
30 "split": { 30 "split": {
31 "enabled": true, 31 "enabled": true,
32 "soft_serial_pin": "D2",
33 "matrix_pins": { 32 "matrix_pins": {
34 "right": { 33 "right": {
35 "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"], 34 "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
36 "rows": ["D4", "C6", "D7", "E6", "B4"] 35 "rows": ["D4", "C6", "D7", "E6", "B4"]
37 } 36 }
37 },
38 "serial": {
39 "pin": "D2"
38 } 40 }
39 }, 41 },
40 "processor": "atmega32u4", 42 "processor": "atmega32u4",