Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"ws2812": {
|
||||
"pin": "D5"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "D7"],
|
||||
"rows": ["B7", "B4", "F7", "F6"]
|
||||
|
@@ -11,6 +11,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes # Enable Per-key RGB
|
||||
RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
Reference in New Issue
Block a user