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_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_DISABLE_WHEN_USB_SUSPENDED #define RGB_DISABLE_WHEN_USB_SUSPENDED

View File

@ -34,51 +34,51 @@
"driver": "vendor" "driver": "vendor"
}, },
"rgb_matrix": { "rgb_matrix": {
"driver": "WS2812", "driver": "ws2812",
"animations": { "animations": {
"alpha_mods": true, "alpha_mods": true,
"gradient_up_down": true, "gradient_up_down": true,
"gradient_left_right": true, "gradient_left_right": true,
"breathing": true, "breathing": true,
"band_sat": true, "band_sat": true,
"band_val": true, "band_val": true,
"band_pinwheel_sat": true, "band_pinwheel_sat": true,
"band_pinwheel_val": true, "band_pinwheel_val": true,
"band_spiral_sat": true, "band_spiral_sat": true,
"band_spiral_val": true, "band_spiral_val": true,
"cycle_all": true, "cycle_all": true,
"cycle_left_right": true, "cycle_left_right": true,
"cycle_up_down": true, "cycle_up_down": true,
"rainbow_moving_chevron":true, "rainbow_moving_chevron":true,
"cycle_out_in": true, "cycle_out_in": true,
"cycle_out_in_dual": true, "cycle_out_in_dual": true,
"cycle_pinwheel": true, "cycle_pinwheel": true,
"cycle_spiral": true, "cycle_spiral": true,
"dual_beacon": true, "dual_beacon": true,
"rainbow_beacon": true, "rainbow_beacon": true,
"rainbow_pinwheels": true, "rainbow_pinwheels": true,
"raindrops": true, "raindrops": true,
"jellybean_raindrops": true, "jellybean_raindrops": true,
"hue_breathing": true, "hue_breathing": true,
"hue_pendulum": true, "hue_pendulum": true,
"hue_wave": true, "hue_wave": true,
"pixel_fractal": true, "pixel_fractal": true,
"pixel_flow": true, "pixel_flow": true,
"pixel_rain": true, "pixel_rain": true,
"typing_heatmap": true, "typing_heatmap": true,
"solid_reactive_simple": true, "solid_reactive_simple": true,
"solid_reactive": true, "solid_reactive": true,
"solid_reactive_wide": true, "solid_reactive_wide": true,
"solid_reactive_multiwide": true, "solid_reactive_multiwide": true,
"solid_reactive_cross": true, "solid_reactive_cross": true,
"solid_reactive_multicross": true, "solid_reactive_multicross": true,
"solid_reactive_nexus": true, "solid_reactive_nexus": true,
"solid_reactive_multinexus": true, "solid_reactive_multinexus": true,
"splash": true, "splash": true,
"multisplash": true, "multisplash": true,
"solid_splash": true, "solid_splash": true,
"solid_multisplash": true "solid_multisplash": true
}, },
"layout": [ "layout": [
{ "flags": 1, "matrix": [0, 0], "x": 0, "y": 0 }, { "flags": 1, "matrix": [0, 0], "x": 0, "y": 0 },
{ "flags": 2, "x": 11, "y": 0 }, { "flags": 2, "x": 11, "y": 0 },