Move split.soft_serial_pin to split.serial.pin (#24127)
This commit is contained in:
parent
daa777d6fb
commit
4ab36df48f
5 changed files with 23 additions and 10 deletions
|
@ -50,15 +50,15 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "B9"
|
||||
},
|
||||
"soft_serial_pin": "B6",
|
||||
"bootmagic": {
|
||||
"matrix": [4, 0]
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "B9"
|
||||
},
|
||||
"serial": {
|
||||
"driver": "usart"
|
||||
"driver": "usart",
|
||||
"pin": "B6"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue