Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"pid": "0xAA8D",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B10", "B11", "A8", "A9", "A10", "B5", "A15", "B3", "A2", "A3", "B4", "A4", "A5", "A6"],
|
||||
"rows": ["B0", "B6", "B1", "B7", "A1"]
|
||||
|
@@ -15,4 +15,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB Matrix
|
||||
RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
|
||||
WS2812_DRIVER = pwm # WS2812 RGB Driver
|
||||
|
Reference in New Issue
Block a user