Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
This commit is contained in:
parent
adb884761d
commit
bcfe3a0718
90 changed files with 270 additions and 90 deletions
|
@ -13,7 +13,9 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue