Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"pid": "0xAA0C",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4"],
|
||||
"rows": ["A1", "A3", "A8", "A9", "A10"]
|
||||
|
@@ -13,4 +13,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
WS2812_DRIVER = pwm # WS2812 RGB Driver
|
||||
|
Reference in New Issue
Block a user