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/salicylic_acid3/7skb/info.json
Normal file
5
keyboards/salicylic_acid3/7skb/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -11,6 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = salicylic_acid3/7skb/rev1
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
|||
5
keyboards/salicylic_acid3/jisplit89/info.json
Normal file
5
keyboards/salicylic_acid3/jisplit89/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -11,6 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = salicylic_acid3/jisplit89/rev1
|
||||
|
|
|
|||
5
keyboards/salicylic_acid3/naked48/info.json
Normal file
5
keyboards/salicylic_acid3/naked48/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
|
||||
SPLIT_KEYBOARD = no
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
||||
|
||||
SPLIT_KEYBOARD = no
|
||||
|
|
|
|||
|
|
@ -12,6 +12,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = no
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = salicylic_acid3/naked48/rev1
|
||||
|
|
|
|||
5
keyboards/salicylic_acid3/naked60/info.json
Normal file
5
keyboards/salicylic_acid3/naked60/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 = salicylic_acid3/naked60/rev1
|
||||
|
|
|
|||
5
keyboards/salicylic_acid3/naked64/info.json
Normal file
5
keyboards/salicylic_acid3/naked64/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"split": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
@ -13,6 +13,4 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|||
OLED_ENABLE = no
|
||||
USE_I2C = no
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
DEFAULT_FOLDER = salicylic_acid3/naked64/rev1
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue