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": "0x4172",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B1", "B0", "A7", "A6", "A5", "A4", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
|
||||
"rows": ["B15", "A8", "A3", "A2", "A1"]
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@ AUDIO_ENABLE = no # Audio output
|
|||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
WS2812_DRIVER = pwm
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4173",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B1", "B0", "A7", "A6", "A5", "A4", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
|
||||
"rows": ["B15", "A8", "A3", "A2", "A1"]
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@ AUDIO_ENABLE = no # Audio output
|
|||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
WS2812_DRIVER = pwm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue