1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
95 changed files with 282 additions and 108 deletions

View file

@ -15,7 +15,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"rgblight": {
"led_count": 16,

View file

@ -18,7 +18,9 @@
"handedness": {
"pin": "B4"
},
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"rgblight": {
"led_count": 12,