Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
"pin": "A7",
|
||||
"levels": 4
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"main": "pin",
|
||||
|
@@ -2,7 +2,6 @@ CUSTOM_MATRIX = lite
|
||||
|
||||
SERIAL_DRIVER = usart
|
||||
|
||||
WS2812_DRIVER = pwm
|
||||
CIE1931_CURVE = yes
|
||||
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
@@ -11,5 +11,8 @@
|
||||
"resolution": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor"
|
||||
}
|
||||
}
|
||||
|
@@ -1 +0,0 @@
|
||||
WS2812_DRIVER = vendor
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"processor": "STM32F405",
|
||||
"bootloader": "stm32-dfu",
|
||||
"bootloader_instructions": "Press the 5 keys on the bottom row of the left side, or hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.",
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{
|
||||
|
@@ -1 +0,0 @@
|
||||
WS2812_DRIVER = pwm
|
||||
|
Reference in New Issue
Block a user