Move SPLIT_KEYBOARD
to data driven (#21410)
This commit is contained in:
parent
cb81913d18
commit
8caa8674d2
445 changed files with 412 additions and 355 deletions
|
@ -38,6 +38,9 @@
|
|||
"rows": ["B2", "B3", "B18", "B19", "C0", "C9", "C10", "C11", "D0"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"enabled": true
|
||||
},
|
||||
"processor": "MK20DX256",
|
||||
"bootloader": "kiibohd",
|
||||
"board": "IC_TEENSY_3_1",
|
||||
|
|
|
@ -13,7 +13,6 @@ SLEEP_LED_ENABLE = yes
|
|||
|
||||
RGBLIGHT_ENABLE = no
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = usart
|
||||
|
||||
ST7565_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue