Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
This commit is contained in:
parent
adb884761d
commit
bcfe3a0718
90 changed files with 270 additions and 90 deletions
|
|
@ -35,13 +35,15 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0",
|
||||
"encoder": {
|
||||
"right": {
|
||||
"rotary": [
|
||||
{"pin_a": "B5", "pin_b": "B6"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
|
|||
|
|
@ -35,12 +35,14 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0",
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["F5", "D3", "B5", "D7", "B4", "B6", "E6", "C6"],
|
||||
"rows": ["F4", "B2", "F6", "F7", "B1", "B3"]
|
||||
}
|
||||
},
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue