Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)
Migrate split.soft_serial_pin to split.serial.pin
This commit is contained in:
parent
df2d30fd2c
commit
ce1adce696
95 changed files with 282 additions and 108 deletions
|
@ -15,7 +15,9 @@
|
|||
"handedness": {
|
||||
"pin": "D0"
|
||||
},
|
||||
"soft_serial_pin": "D3"
|
||||
"serial": {
|
||||
"pin": "D3"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
|
|
|
@ -15,7 +15,9 @@
|
|||
"handedness": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"soft_serial_pin": "D0",
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["C7", "B7", "B6", "B5", "B4", "B3", "B2", "C6", "D4"],
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
"handedness": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"soft_serial_pin": "D2"
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue