1
0

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

@@ -25,13 +25,15 @@
]
},
"split": {
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "F4", "pin_b": "F5"}
]
}
},
"serial": {
"pin": "D2"
}
},
"rgblight": {

View File

@@ -117,7 +117,9 @@
"rows": ["D4", "C6", "D7", "E6", "B4", "B5"]
}
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"url": "https://keycapsss.com",
"usb": {