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
5
keyboards/rgbkb/mun/info.json
Normal file
5
keyboards/rgbkb/mun/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -22,7 +22,6 @@ OLED_ENABLE = yes
|
|||
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = usart
|
||||
LTO_ENABLE = yes
|
||||
OPT = 3
|
||||
|
|
|
|||
5
keyboards/rgbkb/sol/info.json
Normal file
5
keyboards/rgbkb/sol/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
# Custom local font file
|
||||
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = rgbkb/sol/rev2
|
||||
|
|
|
|||
5
keyboards/rgbkb/sol3/info.json
Normal file
5
keyboards/rgbkb/sol3/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -26,7 +26,6 @@ OLED_ENABLE = yes
|
|||
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = usart
|
||||
LTO_ENABLE = yes
|
||||
OPT = 3
|
||||
|
|
|
|||
5
keyboards/rgbkb/zen/info.json
Normal file
5
keyboards/rgbkb/zen/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -8,7 +8,6 @@ CONSOLE_ENABLE = no # Console for debug
|
|||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
SPLIT_KEYBOARD = yes
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight
|
||||
|
||||
DEFAULT_FOLDER = rgbkb/zen/rev2
|
||||
|
|
|
|||
5
keyboards/rgbkb/zygomorph/info.json
Normal file
5
keyboards/rgbkb/zygomorph/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -11,8 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = rgbkb/zygomorph/rev1
|
||||
|
||||
# Disable unsupported hardware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue