Fix "ws2812" driver declaration

This commit is contained in:
Aaron Hong 2023-10-05 19:57:40 -07:00
parent 10120ad9d1
commit 509ad5935e
2 changed files with 45 additions and 46 deletions

View File

@ -8,4 +8,3 @@
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_DISABLE_WHEN_USB_SUSPENDED

View File

@ -34,7 +34,7 @@
"driver": "vendor"
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"animations": {
"alpha_mods": true,
"gradient_up_down": true,