Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
parent
10fc6c4cd6
commit
522048725f
833 changed files with 1250 additions and 437 deletions
|
@ -2,6 +2,9 @@
|
|||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
||||
|
|
|
@ -18,7 +18,6 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
|||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. - We have custom RGB underglow
|
||||
|
||||
RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects.
|
||||
RGB_MATRIX_DRIVER = custom # Enable RGB matrix effects.
|
||||
WS2812_DRIVER_REQUIRED = yes
|
||||
|
||||
COMMON_VPATH += $(DRIVER_PATH)/issi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue