1
0
Fork 0

Data-Driven Keyboard Conversions: L (#23576)

This commit is contained in:
James Young 2024-04-22 03:13:45 -07:00 committed by GitHub
parent 125d050761
commit f387410c97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 188 additions and 279 deletions

View file

@ -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"
},

View file

@ -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