Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"ws2812": {
|
||||
"pin": "F1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["E6", "D5", "B2", "B3", "D3", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B0", "B1", "F0", "F4", "F5"]
|
||||
|
@@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
Reference in New Issue
Block a user