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
|
@ -92,7 +92,9 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D3"
|
||||
"serial": {
|
||||
"pin": "D3"
|
||||
}
|
||||
},
|
||||
"tapping": {
|
||||
"term": 150
|
||||
|
|
|
@ -90,7 +90,9 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D3"
|
||||
"serial": {
|
||||
"pin": "D3"
|
||||
}
|
||||
},
|
||||
"tapping": {
|
||||
"term": 150
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue