Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)

This commit is contained in:
Joel Challis
2024-07-23 15:49:11 +01:00
committed by GitHub
parent adb884761d
commit bcfe3a0718
90 changed files with 270 additions and 90 deletions

View File

@@ -33,7 +33,6 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0",
"handedness": {
"pin": "D2"
},
@@ -42,6 +41,9 @@
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6", "C6"],
"rows": ["F4", "D4", "D7", "E6", "B4", "B5"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",