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:
parent
df2d30fd2c
commit
ce1adce696
95 changed files with 282 additions and 108 deletions
|
@ -127,14 +127,16 @@
|
|||
"handedness": {
|
||||
"pin": "B6"
|
||||
},
|
||||
"serial": {
|
||||
"pin": "D0"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true
|
||||
}
|
||||
},
|
||||
"soft_serial_pin": "D0"
|
||||
}
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2",
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"encoder": {
|
||||
"right": {
|
||||
"rotary": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue