Data-Driven Keyboard Conversions: L (#23576)
This commit is contained in:
parent
125d050761
commit
f387410c97
56 changed files with 188 additions and 279 deletions
|
@ -12,6 +12,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
|
@ -20,6 +21,17 @@
|
|||
"ws2812": {
|
||||
"pin": "D4"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"command": true,
|
||||
"rgblight": true,
|
||||
"audio": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_ortho_4x12"
|
||||
},
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
BACKLIGHT_ENABLE = no
|
||||
AUDIO_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes #Don't enable this along with I2C
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# Disable unsupported hardware
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue