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
|
@ -8,6 +8,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
SPLIT_KEYBOARD = yes
|
||||
# File intentionally blank
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"speaker": "C6"
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
SPLIT_KEYBOARD = yes
|
||||
|
||||
# Disable unsupported hardware
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue