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 @@
|
|||
"usb": {
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B8", "B2", "B10", "A0", "A1", "A2", "B0", "A3", "B1", "A6", "A7", "B12", "C13", "B11", "B9"],
|
||||
"rows": ["C15", "C14", "A10", "A9", "A8"]
|
||||
|
|
|
@ -11,7 +11,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
AUDIO_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no # once arm_rgb is implemented
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
HAPTIC_ENABLE = yes
|
||||
HAPTIC_DRIVER = DRV2605L
|
||||
OLED_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue