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
|
|
@ -6,6 +6,9 @@
|
|||
"vid": "0xFEED",
|
||||
"pid": "0x7812"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "A7", "A3", "A5", "A4", "A2"],
|
||||
"rows": ["B12", "A6", "B13", "B9", "B8"]
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ SPLIT_KEYBOARD = yes
|
|||
SERIAL_DRIVER = usart
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
WS2812_DRIVER = pwm
|
||||
OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE
|
||||
|
||||
DEFAULT_FOLDER = tkw/grandiceps/rev1
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x7811",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "A7", "A6", "A5", "A4", "A3", "A1", "A0", "C15", "C14", "C13", "A15", "B3", "B4", "B5"],
|
||||
"rows": ["B6", "A2", "B7", "B9", "B8"]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
ENCODER_ENABLE = yes # Enable rotary encoder support
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
WS2812_DRIVER = pwm
|
||||
OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE
|
||||
|
||||
DEFAULT_FOLDER = tkw/stoutgat/v2/f411
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue