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:
Joel Challis
2024-07-23 12:12:52 +01:00
committed by GitHub
parent df2d30fd2c
commit ce1adce696
95 changed files with 282 additions and 108 deletions

View File

@@ -29,7 +29,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "GP1",
"encoder": {
"right": {
"rotary": [
@@ -45,7 +44,8 @@
}
},
"serial": {
"driver": "vendor"
"driver": "vendor",
"pin": "GP1"
}
},
"url": "https://github.com/chrishoage/spleeb",