Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)

This commit is contained in:
Joel Challis
2024-07-23 12:13:05 +01:00
committed by GitHub
parent ce1adce696
commit e8103722bc
83 changed files with 244 additions and 94 deletions

View File

@@ -51,7 +51,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
@@ -64,6 +63,9 @@
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "C7", "B7", "F1"],
"rows": ["D1", "D0", "D4", "C6", "D7", "E6"]
}
},
"serial": {
"pin": "D2"
}
},
"qmk": {