Skip to content

Commit

Permalink
Migrate split.soft_serial_pin to split.serial.pin 0-H (qmk#24155)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jul 23, 2024
1 parent ce1adce commit e810372
Show file tree
Hide file tree
Showing 83 changed files with 244 additions and 94 deletions.
4 changes: 3 additions & 1 deletion keyboards/25keys/zinc/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 100
Expand Down
4 changes: 3 additions & 1 deletion keyboards/25keys/zinc/reva/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 100
Expand Down
4 changes: 3 additions & 1 deletion keyboards/40percentclub/25/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/40percentclub/6lit/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/40percentclub/foobar/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/40percentclub/half_n_half/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/a_dux/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D1",
"bootmagic": {
"matrix": [4, 4]
},
Expand All @@ -38,6 +37,9 @@
["B5", "B4", null, null, null]
]
}
},
"serial": {
"pin": "D1"
}
},
"community_layouts": ["split_3x5_2"],
Expand Down
4 changes: 3 additions & 1 deletion keyboards/adkb96/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"tapping": {
"term": 100
Expand Down
4 changes: 3 additions & 1 deletion keyboards/afternoonlabs/breeze/rev0/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
4 changes: 3 additions & 1 deletion keyboards/afternoonlabs/breeze/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
4 changes: 3 additions & 1 deletion keyboards/afternoonlabs/oceanbreeze/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
4 changes: 3 additions & 1 deletion keyboards/afternoonlabs/southern_breeze/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
4 changes: 3 additions & 1 deletion keyboards/afternoonlabs/summer_breeze/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
6 changes: 3 additions & 3 deletions keyboards/ai03/altair/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}
},
"serial": {
"driver": "vendor"
},
"soft_serial_pin": "GP29"
"driver": "vendor",
"pin": "GP29"
}
},
"url": "https://ai03.com/",
"usb": {
Expand Down
6 changes: 3 additions & 3 deletions keyboards/ai03/altair_x/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}
},
"serial": {
"driver": "vendor"
},
"soft_serial_pin": "GP29"
"driver": "vendor",
"pin": "GP29"
}
},
"url": "https://ai03.com/",
"usb": {
Expand Down
4 changes: 3 additions & 1 deletion keyboards/ai03/orbit/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
"handedness": {
"pin": "D5"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {
"cols": ["D4", "D6", "F1", "F0", "F4", "F5", "C6"],
"rows": ["B6", "B5", "B4", "D7", "E6"]
}
},
"serial" :{
"pin": "D0"
},
"transport":{
"sync" :{
"indicators": true,
Expand Down
4 changes: 3 additions & 1 deletion keyboards/ai03/orbit_x/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
"handedness": {
"pin": "D5"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {
"cols": ["D6", "B6", "B1", "B0", "B3", "B2"],
"rows": ["B5", "D7", "B4", "D4"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
Expand Down
6 changes: 3 additions & 3 deletions keyboards/aidansmithdotdev/sango/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
}
},
"serial": {
"driver": "vendor"
},
"soft_serial_pin": "GP1"
"driver": "vendor",
"pin": "GP1"
}
},
"url": "https://aidansmith.dev",
"usb": {
Expand Down
4 changes: 3 additions & 1 deletion keyboards/aleblazer/zodiark/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D3",
"encoder": {
"right": {
"rotary": [
{"pin_a": "D4", "pin_b": "D2", "resolution": 3}
]
}
},
"serial": {
"pin": "D3"
}
},
"processor": "atmega32u4",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/arabica37/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"rgblight": {
"led_count": 50,
Expand Down
4 changes: 3 additions & 1 deletion keyboards/avalanche/v1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/avalanche/v2/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/avalanche/v3/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"rgblight": {
"led_count": 12,
Expand Down
4 changes: 3 additions & 1 deletion keyboards/avalanche/v4/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"ws2812": {
"pin": "D3"
Expand Down
4 changes: 3 additions & 1 deletion keyboards/bandominedoni/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "F5", "pin_b": "F4"}
]
}
},
"serial": {
"pin": "D2"
}
},
"qmk": {
Expand Down
4 changes: 3 additions & 1 deletion keyboards/basekeys/slice/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/basekeys/slice/rev1_rgb/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"ws2812": {
"pin": "D3"
Expand Down
4 changes: 3 additions & 1 deletion keyboards/biacco42/ergo42/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/blank_tehnologii/manibus/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {
"cols": ["B6", "B5", "D6", "D5", "D3", "D7", "B4"],
"rows": ["F5", "F1", "B2", "B1", "C6"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/bluebell/swoop/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "B5", "pin_b": "B4"}
]
}
},
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
Expand Down
4 changes: 3 additions & 1 deletion keyboards/boardsource/lulu/avr/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"rows": ["C6", "D7", "E6", "B4", "B5"]
},
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"ws2812": {
"pin": "D3"
Expand Down
4 changes: 3 additions & 1 deletion keyboards/boardsource/microdox/v1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"rgblight": {
"sleep": true,
Expand Down
Loading

0 comments on commit e810372

Please sign in to comment.