Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"pid": "0xA4F9",
|
||||
"device_version": "0.0.6"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B11", "B10", "B2", "B1", "A7", "B0"],
|
||||
"rows": ["A10", "A9", "A8", "B15", "C13", "C14", "C15", "A2"]
|
||||
|
@@ -10,7 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
WS2812_DRIVER = pwm
|
||||
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
Reference in New Issue
Block a user