Move WS2812_DRIVER to data driven (#20248)
This commit is contained in:
parent
7e54defa20
commit
36ce81df59
384 changed files with 583 additions and 211 deletions
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x5337",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "spi"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A9", "C13", "C14"],
|
||||
"rows": ["A8", "C15", "A0", "A1"]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||
RGBLIGHT_ENABLE = yes # Underglow RGB
|
||||
WS2812_DRIVER = spi # Underglow RGB Driver
|
||||
|
||||
CIE1931_CURVE = yes
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x5336",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A13", "A10", "A9", "A14", "A15", "B8", "B9", "C13", "C14", "C15", "A0", "A1", "A2", "A3", "A5"],
|
||||
"rows": ["B3", "B4", "B5", "A8", "A4"]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||
RGBLIGHT_ENABLE = yes # Underglow RGB
|
||||
WS2812_DRIVER = pwm # Underglow RGB Driver
|
||||
|
||||
CIE1931_CURVE = yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue