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
|
@ -93,7 +93,6 @@
|
|||
"bootmagic": {
|
||||
"matrix": [5, 0]
|
||||
},
|
||||
"soft_serial_pin": "D2",
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"rows": ["F4", "D4", "B3", "B2", "B6"],
|
||||
|
@ -110,6 +109,9 @@
|
|||
"handedness": {
|
||||
"pin": "F5"
|
||||
},
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue