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,9 @@
|
|||
"pid": "0x1111",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"split": {
|
||||
"enabled": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
"split_count": [6, 6],
|
||||
|
|
|
@ -10,6 +10,4 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = handwired/splittest/promicro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue