Data-Driven Keyboard Conversions: L (#23576)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user