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
|
@ -6,6 +6,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "A9"
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
|
|
|
@ -11,5 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
OLED_ENABLE = yes
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = usart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue