Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
parent
26e84c513c
commit
f0807ea64f
159 changed files with 243 additions and 800 deletions
|
@ -24,7 +24,6 @@
|
|||
#define CRC8_USE_TABLE
|
||||
|
||||
/* Split Keyboard Configuration */
|
||||
#define SPLIT_HAND_PIN C13
|
||||
#define SPLIT_USB_DETECT
|
||||
#define SERIAL_USART_TX_PAL_MODE 7
|
||||
#define SERIAL_USART_TIMEOUT 5
|
||||
|
|
|
@ -140,6 +140,9 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "C13"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["B9", "B8", "B4", "A6", "A3", "B10", "B12", "B11"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue