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
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
|
@ -11,4 +11,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|||
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
||||
|
||||
OLED_ENABLE = no # Add OLED displays support
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
|
@ -1 +1 @@
|
|||
SPLIT_KEYBOARD = yes
|
||||
# File intentionally blank
|
||||
|
|
5
keyboards/dailycraft/wings42/info.json
Normal file
5
keyboards/dailycraft/wings42/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
|
@ -11,6 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = dailycraft/wings42/rev2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue