diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:54:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:54:52 -0700 |
| commit | be1c9af209c491c13331fa1da895ce196ba2fcda (patch) | |
| tree | 23bbf5c7980a59f48e89108fd1ea790b96629ed6 | |
| parent | 19e2dd742b6c8e54c5751b39cf910e0f4fbb2a76 (diff) | |
Update info.json configs to explicitly list RGBLIGHT animations (#18730)
24 files changed, 245 insertions, 29 deletions
diff --git a/keyboards/boardsource/holiday/spooky/info.json b/keyboards/boardsource/holiday/spooky/info.json index 56be9f7d26..393b4fd806 100644 --- a/keyboards/boardsource/holiday/spooky/info.json +++ b/keyboards/boardsource/holiday/spooky/info.json | |||
| @@ -25,7 +25,16 @@ | |||
| 25 | "pin": "D3", | 25 | "pin": "D3", |
| 26 | "sleep": true, | 26 | "sleep": true, |
| 27 | "animations": { | 27 | "animations": { |
| 28 | "all": true | 28 | "alternating": true, |
| 29 | "breathing": true, | ||
| 30 | "christmas": true, | ||
| 31 | "knight": true, | ||
| 32 | "rainbow_mood": true, | ||
| 33 | "rainbow_swirl": true, | ||
| 34 | "rgb_test": true, | ||
| 35 | "snake": true, | ||
| 36 | "static_gradient": true, | ||
| 37 | "twinkle": true | ||
| 29 | } | 38 | } |
| 30 | }, | 39 | }, |
| 31 | "community_layouts": [ | 40 | "community_layouts": [ |
diff --git a/keyboards/boardsource/microdox/v1/info.json b/keyboards/boardsource/microdox/v1/info.json index 85f2e61457..ba8307221a 100644 --- a/keyboards/boardsource/microdox/v1/info.json +++ b/keyboards/boardsource/microdox/v1/info.json | |||
| @@ -19,7 +19,16 @@ | |||
| 19 | "split_count": [6, 6], | 19 | "split_count": [6, 6], |
| 20 | "max_brightness": 150, | 20 | "max_brightness": 150, |
| 21 | "animations": { | 21 | "animations": { |
| 22 | "all": true | 22 | "alternating": true, |
| 23 | "breathing": true, | ||
| 24 | "christmas": true, | ||
| 25 | "knight": true, | ||
| 26 | "rainbow_mood": true, | ||
| 27 | "rainbow_swirl": true, | ||
| 28 | "rgb_test": true, | ||
| 29 | "snake": true, | ||
| 30 | "static_gradient": true, | ||
| 31 | "twinkle": true | ||
| 23 | } | 32 | } |
| 24 | } | 33 | } |
| 25 | } | 34 | } |
diff --git a/keyboards/boardsource/the_mark/info.json b/keyboards/boardsource/the_mark/info.json index 7518a39026..46f10affcd 100644 --- a/keyboards/boardsource/the_mark/info.json +++ b/keyboards/boardsource/the_mark/info.json | |||
| @@ -28,7 +28,16 @@ | |||
| 28 | "sleep": true, | 28 | "sleep": true, |
| 29 | "max_brightness": 200, | 29 | "max_brightness": 200, |
| 30 | "animations": { | 30 | "animations": { |
| 31 | "all": true | 31 | "alternating": true, |
| 32 | "breathing": true, | ||
| 33 | "christmas": true, | ||
| 34 | "knight": true, | ||
| 35 | "rainbow_mood": true, | ||
| 36 | "rainbow_swirl": true, | ||
| 37 | "rgb_test": true, | ||
| 38 | "snake": true, | ||
| 39 | "static_gradient": true, | ||
| 40 | "twinkle": true | ||
| 32 | } | 41 | } |
| 33 | }, | 42 | }, |
| 34 | "rgb_matrix": { | 43 | "rgb_matrix": { |
diff --git a/keyboards/capsunlocked/cu80/v2_ansi/info.json b/keyboards/capsunlocked/cu80/v2_ansi/info.json index 96234185f6..e477f3d587 100644 --- a/keyboards/capsunlocked/cu80/v2_ansi/info.json +++ b/keyboards/capsunlocked/cu80/v2_ansi/info.json | |||
| @@ -25,7 +25,16 @@ | |||
| 25 | "processor": "atmega32u4", | 25 | "processor": "atmega32u4", |
| 26 | "rgblight": { | 26 | "rgblight": { |
| 27 | "animations": { | 27 | "animations": { |
| 28 | "all": false | 28 | "alternating": false, |
| 29 | "breathing": false, | ||
| 30 | "christmas": false, | ||
| 31 | "knight": false, | ||
| 32 | "rainbow_mood": false, | ||
| 33 | "rainbow_swirl": false, | ||
| 34 | "rgb_test": false, | ||
| 35 | "snake": false, | ||
| 36 | "static_gradient": false, | ||
| 37 | "twinkle": false | ||
| 29 | }, | 38 | }, |
| 30 | "brightness_steps": 8, | 39 | "brightness_steps": 8, |
| 31 | "hue_steps": 8, | 40 | "hue_steps": 8, |
diff --git a/keyboards/capsunlocked/cu80/v2_iso/info.json b/keyboards/capsunlocked/cu80/v2_iso/info.json index 61e033c59f..55543ea4e5 100644 --- a/keyboards/capsunlocked/cu80/v2_iso/info.json +++ b/keyboards/capsunlocked/cu80/v2_iso/info.json | |||
| @@ -25,7 +25,16 @@ | |||
| 25 | "processor": "atmega32u4", | 25 | "processor": "atmega32u4", |
| 26 | "rgblight": { | 26 | "rgblight": { |
| 27 | "animations": { | 27 | "animations": { |
| 28 | "all": false | 28 | "alternating": false, |
| 29 | "breathing": false, | ||
| 30 | "christmas": false, | ||
| 31 | "knight": false, | ||
| 32 | "rainbow_mood": false, | ||
| 33 | "rainbow_swirl": false, | ||
| 34 | "rgb_test": false, | ||
| 35 | "snake": false, | ||
| 36 | "static_gradient": false, | ||
| 37 | "twinkle": false | ||
| 29 | }, | 38 | }, |
| 30 | "brightness_steps": 8, | 39 | "brightness_steps": 8, |
| 31 | "hue_steps": 8, | 40 | "hue_steps": 8, |
diff --git a/keyboards/clueboard/17/info.json b/keyboards/clueboard/17/info.json index 5d87806703..33b888b059 100644 --- a/keyboards/clueboard/17/info.json +++ b/keyboards/clueboard/17/info.json | |||
| @@ -23,7 +23,16 @@ | |||
| 23 | }, | 23 | }, |
| 24 | "rgblight": { | 24 | "rgblight": { |
| 25 | "animations": { | 25 | "animations": { |
| 26 | "all": true | 26 | "alternating": true, |
| 27 | "breathing": true, | ||
| 28 | "christmas": true, | ||
| 29 | "knight": true, | ||
| 30 | "rainbow_mood": true, | ||
| 31 | "rainbow_swirl": true, | ||
| 32 | "rgb_test": true, | ||
| 33 | "snake": true, | ||
| 34 | "static_gradient": true, | ||
| 35 | "twinkle": true | ||
| 27 | }, | 36 | }, |
| 28 | "brightness_steps": 17, | 37 | "brightness_steps": 17, |
| 29 | "hue_steps": 10, | 38 | "hue_steps": 10, |
diff --git a/keyboards/clueboard/2x1800/2018/info.json b/keyboards/clueboard/2x1800/2018/info.json index 38e7421a14..e732f28855 100644 --- a/keyboards/clueboard/2x1800/2018/info.json +++ b/keyboards/clueboard/2x1800/2018/info.json | |||
| @@ -29,7 +29,16 @@ | |||
| 29 | }, | 29 | }, |
| 30 | "rgblight": { | 30 | "rgblight": { |
| 31 | "animations": { | 31 | "animations": { |
| 32 | "all": true | 32 | "alternating": true, |
| 33 | "breathing": true, | ||
| 34 | "christmas": true, | ||
| 35 | "knight": true, | ||
| 36 | "rainbow_mood": true, | ||
| 37 | "rainbow_swirl": true, | ||
| 38 | "rgb_test": true, | ||
| 39 | "snake": true, | ||
| 40 | "static_gradient": true, | ||
| 41 | "twinkle": true | ||
| 33 | }, | 42 | }, |
| 34 | "brightness_steps": 8, | 43 | "brightness_steps": 8, |
| 35 | "hue_steps": 8, | 44 | "hue_steps": 8, |
diff --git a/keyboards/clueboard/66/rev1/info.json b/keyboards/clueboard/66/rev1/info.json index 76aa685768..24e995bcb4 100644 --- a/keyboards/clueboard/66/rev1/info.json +++ b/keyboards/clueboard/66/rev1/info.json | |||
| @@ -29,7 +29,16 @@ | |||
| 29 | }, | 29 | }, |
| 30 | "rgblight": { | 30 | "rgblight": { |
| 31 | "animations": { | 31 | "animations": { |
| 32 | "all": true | 32 | "alternating": true, |
| 33 | "breathing": true, | ||
| 34 | "christmas": true, | ||
| 35 | "knight": true, | ||
| 36 | "rainbow_mood": true, | ||
| 37 | "rainbow_swirl": true, | ||
| 38 | "rgb_test": true, | ||
| 39 | "snake": true, | ||
| 40 | "static_gradient": true, | ||
| 41 | "twinkle": true | ||
| 33 | }, | 42 | }, |
| 34 | "brightness_steps": 17, | 43 | "brightness_steps": 17, |
| 35 | "hue_steps": 10, | 44 | "hue_steps": 10, |
diff --git a/keyboards/clueboard/66/rev2/info.json b/keyboards/clueboard/66/rev2/info.json index 7ee7a88df0..6f94caf7e5 100644 --- a/keyboards/clueboard/66/rev2/info.json +++ b/keyboards/clueboard/66/rev2/info.json | |||
| @@ -29,7 +29,16 @@ | |||
| 29 | }, | 29 | }, |
| 30 | "rgblight": { | 30 | "rgblight": { |
| 31 | "animations": { | 31 | "animations": { |
| 32 | "all": true | 32 | "alternating": true, |
| 33 | "breathing": true, | ||
| 34 | "christmas": true, | ||
| 35 | "knight": true, | ||
| 36 | "rainbow_mood": true, | ||
| 37 | "rainbow_swirl": true, | ||
| 38 | "rgb_test": true, | ||
| 39 | "snake": true, | ||
| 40 | "static_gradient": true, | ||
| 41 | "twinkle": true | ||
| 33 | }, | 42 | }, |
| 34 | "brightness_steps": 17, | 43 | "brightness_steps": 17, |
| 35 | "hue_steps": 32, | 44 | "hue_steps": 32, |
diff --git a/keyboards/clueboard/66/rev3/info.json b/keyboards/clueboard/66/rev3/info.json index 0dc0097a52..a44e007225 100644 --- a/keyboards/clueboard/66/rev3/info.json +++ b/keyboards/clueboard/66/rev3/info.json | |||
| @@ -29,7 +29,16 @@ | |||
| 29 | }, | 29 | }, |
| 30 | "rgblight": { | 30 | "rgblight": { |
| 31 | "animations": { | 31 | "animations": { |
| 32 | "all": true | 32 | "alternating": true, |
| 33 | "breathing": true, | ||
| 34 | "christmas": true, | ||
| 35 | "knight": true, | ||
| 36 | "rainbow_mood": true, | ||
| 37 | "rainbow_swirl": true, | ||
| 38 | "rgb_test": true, | ||
| 39 | "snake": true, | ||
| 40 | "static_gradient": true, | ||
| 41 | "twinkle": true | ||
| 33 | }, | 42 | }, |
| 34 | "brightness_steps": 17, | 43 | "brightness_steps": 17, |
| 35 | "hue_steps": 32, | 44 | "hue_steps": 32, |
diff --git a/keyboards/clueboard/66/rev4/info.json b/keyboards/clueboard/66/rev4/info.json index 8733216f05..41f5757c52 100644 --- a/keyboards/clueboard/66/rev4/info.json +++ b/keyboards/clueboard/66/rev4/info.json | |||
| @@ -27,7 +27,16 @@ | |||
| 27 | }, | 27 | }, |
| 28 | "rgblight": { | 28 | "rgblight": { |
| 29 | "animations": { | 29 | "animations": { |
| 30 | "all": true | 30 | "alternating": true, |
| 31 | "breathing": true, | ||
| 32 | "christmas": true, | ||
| 33 | "knight": true, | ||
| 34 | "rainbow_mood": true, | ||
| 35 | "rainbow_swirl": true, | ||
| 36 | "rgb_test": true, | ||
| 37 | "snake": true, | ||
| 38 | "static_gradient": true, | ||
| 39 | "twinkle": true | ||
| 31 | }, | 40 | }, |
| 32 | "brightness_steps": 17, | 41 | "brightness_steps": 17, |
| 33 | "hue_steps": 32, | 42 | "hue_steps": 32, |
diff --git a/keyboards/clueboard/66_hotswap/prototype/info.json b/keyboards/clueboard/66_hotswap/prototype/info.json index 21db54513f..d29a4e7169 100644 --- a/keyboards/clueboard/66_hotswap/prototype/info.json +++ b/keyboards/clueboard/66_hotswap/prototype/info.json | |||
| @@ -29,7 +29,16 @@ | |||
| 29 | }, | 29 | }, |
| 30 | "rgblight": { | 30 | "rgblight": { |
| 31 | "animations": { | 31 | "animations": { |
| 32 | "all": true | 32 | "alternating": true, |
| 33 | "breathing": true, | ||
| 34 | "christmas": true, | ||
| 35 | "knight": true, | ||
| 36 | "rainbow_mood": true, | ||
| 37 | "rainbow_swirl": true, | ||
| 38 | "rgb_test": true, | ||
| 39 | "snake": true, | ||
| 40 | "static_gradient": true, | ||
| 41 | "twinkle": true | ||
| 33 | }, | 42 | }, |
| 34 | "brightness_steps": 17, | 43 | "brightness_steps": 17, |
| 35 | "hue_steps": 32, | 44 | "hue_steps": 32, |
diff --git a/keyboards/custommk/evo70/info.json b/keyboards/custommk/evo70/info.json index f3d132fd79..86345e21b7 100644 --- a/keyboards/custommk/evo70/info.json +++ b/keyboards/custommk/evo70/info.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "EVO70", | 2 | "keyboard_name": "EVO70", |
| 3 | "url": "https://www.customMK.com", | 3 | "url": "https://www.customMK.com", |
| 4 | "maintainer": "customMK", | 4 | "maintainer": "customMK", |
| 5 | "manufacturer": "customMK", | 5 | "manufacturer": "customMK", |
| 6 | "tags": ["70%", "encoder", "underglow", "backlight"], | 6 | "tags": ["70%", "encoder", "underglow", "backlight"], |
| 7 | "usb": { | 7 | "usb": { |
| @@ -24,7 +24,16 @@ | |||
| 24 | "saturation_steps": 8, | 24 | "saturation_steps": 8, |
| 25 | "brightness_steps": 4, | 25 | "brightness_steps": 4, |
| 26 | "animations": { | 26 | "animations": { |
| 27 | "all": true | 27 | "alternating": true, |
| 28 | "breathing": true, | ||
| 29 | "christmas": true, | ||
| 30 | "knight": true, | ||
| 31 | "rainbow_mood": true, | ||
| 32 | "rainbow_swirl": true, | ||
| 33 | "rgb_test": true, | ||
| 34 | "snake": true, | ||
| 35 | "static_gradient": true, | ||
| 36 | "twinkle": true | ||
| 28 | } | 37 | } |
| 29 | }, | 38 | }, |
| 30 | "layouts": { | 39 | "layouts": { |
| @@ -108,4 +117,4 @@ | |||
| 108 | {"label":"KC_RGHT", "x":17.5, "y":5.1}] | 117 | {"label":"KC_RGHT", "x":17.5, "y":5.1}] |
| 109 | } | 118 | } |
| 110 | } | 119 | } |
| 111 | } \ No newline at end of file | 120 | } |
diff --git a/keyboards/dyz/dyz40/info.json b/keyboards/dyz/dyz40/info.json index e63b0d4f10..98b9aa5427 100644 --- a/keyboards/dyz/dyz40/info.json +++ b/keyboards/dyz/dyz40/info.json | |||
| @@ -15,7 +15,16 @@ | |||
| 15 | "saturation_steps": 10, | 15 | "saturation_steps": 10, |
| 16 | "brightness_steps": 10, | 16 | "brightness_steps": 10, |
| 17 | "animations": { | 17 | "animations": { |
| 18 | "all": true | 18 | "alternating": true, |
| 19 | "breathing": true, | ||
| 20 | "christmas": true, | ||
| 21 | "knight": true, | ||
| 22 | "rainbow_mood": true, | ||
| 23 | "rainbow_swirl": true, | ||
| 24 | "rgb_test": true, | ||
| 25 | "snake": true, | ||
| 26 | "static_gradient": true, | ||
| 27 | "twinkle": true | ||
| 19 | } | 28 | } |
| 20 | }, | 29 | }, |
| 21 | "usb": { | 30 | "usb": { |
diff --git a/keyboards/dyz/dyz60/info.json b/keyboards/dyz/dyz60/info.json index 2717dbb6a5..18f4d8f4f4 100644 --- a/keyboards/dyz/dyz60/info.json +++ b/keyboards/dyz/dyz60/info.json | |||
| @@ -15,7 +15,16 @@ | |||
| 15 | "saturation_steps": 10, | 15 | "saturation_steps": 10, |
| 16 | "brightness_steps": 10, | 16 | "brightness_steps": 10, |
| 17 | "animations": { | 17 | "animations": { |
| 18 | "all": true | 18 | "alternating": true, |
| 19 | "breathing": true, | ||
| 20 | "christmas": true, | ||
| 21 | "knight": true, | ||
| 22 | "rainbow_mood": true, | ||
| 23 | "rainbow_swirl": true, | ||
| 24 | "rgb_test": true, | ||
| 25 | "snake": true, | ||
| 26 | "static_gradient": true, | ||
| 27 | "twinkle": true | ||
| 19 | } | 28 | } |
| 20 | }, | 29 | }, |
| 21 | "usb": { | 30 | "usb": { |
diff --git a/keyboards/dyz/dyz60_hs/info.json b/keyboards/dyz/dyz60_hs/info.json index b40b0f0590..701f09a984 100644 --- a/keyboards/dyz/dyz60_hs/info.json +++ b/keyboards/dyz/dyz60_hs/info.json | |||
| @@ -15,7 +15,16 @@ | |||
| 15 | "saturation_steps": 10, | 15 | "saturation_steps": 10, |
| 16 | "brightness_steps": 10, | 16 | "brightness_steps": 10, |
| 17 | "animations": { | 17 | "animations": { |
| 18 | "all": true | 18 | "alternating": true, |
| 19 | "breathing": true, | ||
| 20 | "christmas": true, | ||
| 21 | "knight": true, | ||
| 22 | "rainbow_mood": true, | ||
| 23 | "rainbow_swirl": true, | ||
| 24 | "rgb_test": true, | ||
| 25 | "snake": true, | ||
| 26 | "static_gradient": true, | ||
| 27 | "twinkle": true | ||
| 19 | } | 28 | } |
| 20 | }, | 29 | }, |
| 21 | "indicators": { | 30 | "indicators": { |
diff --git a/keyboards/dyz/dyz_tkl/info.json b/keyboards/dyz/dyz_tkl/info.json index 7628b43c94..696483d628 100644 --- a/keyboards/dyz/dyz_tkl/info.json +++ b/keyboards/dyz/dyz_tkl/info.json | |||
| @@ -12,7 +12,16 @@ | |||
| 12 | "led_count": 25, | 12 | "led_count": 25, |
| 13 | "pin": "D1", | 13 | "pin": "D1", |
| 14 | "animations": { | 14 | "animations": { |
| 15 | "all": true | 15 | "alternating": true, |
| 16 | "breathing": true, | ||
| 17 | "christmas": true, | ||
| 18 | "knight": true, | ||
| 19 | "rainbow_mood": true, | ||
| 20 | "rainbow_swirl": true, | ||
| 21 | "rgb_test": true, | ||
| 22 | "snake": true, | ||
| 23 | "static_gradient": true, | ||
| 24 | "twinkle": true | ||
| 16 | } | 25 | } |
| 17 | }, | 26 | }, |
| 18 | "usb": { | 27 | "usb": { |
diff --git a/keyboards/dyz/selka40/info.json b/keyboards/dyz/selka40/info.json index e8fae95b26..d1a1b54cfc 100644 --- a/keyboards/dyz/selka40/info.json +++ b/keyboards/dyz/selka40/info.json | |||
| @@ -15,7 +15,16 @@ | |||
| 15 | "saturation_steps": 10, | 15 | "saturation_steps": 10, |
| 16 | "brightness_steps": 10, | 16 | "brightness_steps": 10, |
| 17 | "animations": { | 17 | "animations": { |
| 18 | "all": true | 18 | "alternating": true, |
| 19 | "breathing": true, | ||
| 20 | "christmas": true, | ||
| 21 | "knight": true, | ||
| 22 | "rainbow_mood": true, | ||
| 23 | "rainbow_swirl": true, | ||
| 24 | "rgb_test": true, | ||
| 25 | "snake": true, | ||
| 26 | "static_gradient": true, | ||
| 27 | "twinkle": true | ||
| 19 | } | 28 | } |
| 20 | }, | 29 | }, |
| 21 | "usb": { | 30 | "usb": { |
diff --git a/keyboards/dyz/synthesis60/info.json b/keyboards/dyz/synthesis60/info.json index 07f3e9a768..edf49806c3 100644 --- a/keyboards/dyz/synthesis60/info.json +++ b/keyboards/dyz/synthesis60/info.json | |||
| @@ -30,7 +30,16 @@ | |||
| 30 | "saturation_steps": 10, | 30 | "saturation_steps": 10, |
| 31 | "brightness_steps": 10, | 31 | "brightness_steps": 10, |
| 32 | "animations": { | 32 | "animations": { |
| 33 | "all": true | 33 | "alternating": true, |
| 34 | "breathing": true, | ||
| 35 | "christmas": true, | ||
| 36 | "knight": true, | ||
| 37 | "rainbow_mood": true, | ||
| 38 | "rainbow_swirl": true, | ||
| 39 | "rgb_test": true, | ||
| 40 | "snake": true, | ||
| 41 | "static_gradient": true, | ||
| 42 | "twinkle": true | ||
| 34 | } | 43 | } |
| 35 | }, | 44 | }, |
| 36 | "usb": { | 45 | "usb": { |
diff --git a/keyboards/jacky_studio/piggy60/info.json b/keyboards/jacky_studio/piggy60/info.json index 2805209f47..a3c7f5eb41 100644 --- a/keyboards/jacky_studio/piggy60/info.json +++ b/keyboards/jacky_studio/piggy60/info.json | |||
| @@ -36,7 +36,16 @@ | |||
| 36 | "led_count": 14, | 36 | "led_count": 14, |
| 37 | "pin": "E2", | 37 | "pin": "E2", |
| 38 | "animations": { | 38 | "animations": { |
| 39 | "all": true | 39 | "alternating": true, |
| 40 | "breathing": true, | ||
| 41 | "christmas": true, | ||
| 42 | "knight": true, | ||
| 43 | "rainbow_mood": true, | ||
| 44 | "rainbow_swirl": true, | ||
| 45 | "rgb_test": true, | ||
| 46 | "snake": true, | ||
| 47 | "static_gradient": true, | ||
| 48 | "twinkle": true | ||
| 40 | }, | 49 | }, |
| 41 | "sleep": true, | 50 | "sleep": true, |
| 42 | "max_brightness": 255 | 51 | "max_brightness": 255 |
diff --git a/keyboards/keebio/sinc/rev1/info.json b/keyboards/keebio/sinc/rev1/info.json index 3c8a90c206..b10bf99fad 100644 --- a/keyboards/keebio/sinc/rev1/info.json +++ b/keyboards/keebio/sinc/rev1/info.json | |||
| @@ -51,7 +51,16 @@ | |||
| 51 | "led_count" : 16, | 51 | "led_count" : 16, |
| 52 | "split_count": [8, 8], | 52 | "split_count": [8, 8], |
| 53 | "animations": { | 53 | "animations": { |
| 54 | "all": true, | 54 | "alternating": true, |
| 55 | "breathing": true, | ||
| 56 | "christmas": true, | ||
| 57 | "knight": true, | ||
| 58 | "rainbow_mood": true, | ||
| 59 | "rainbow_swirl": true, | ||
| 60 | "rgb_test": true, | ||
| 61 | "snake": true, | ||
| 62 | "static_gradient": true, | ||
| 63 | "twinkle": true | ||
| 55 | } | 64 | } |
| 56 | } | 65 | } |
| 57 | } | 66 | } |
diff --git a/keyboards/keebio/sinc/rev2/info.json b/keyboards/keebio/sinc/rev2/info.json index c3dd1d80ed..77e7fe5690 100644 --- a/keyboards/keebio/sinc/rev2/info.json +++ b/keyboards/keebio/sinc/rev2/info.json | |||
| @@ -51,7 +51,16 @@ | |||
| 51 | "led_count" : 16, | 51 | "led_count" : 16, |
| 52 | "split_count": [8, 8], | 52 | "split_count": [8, 8], |
| 53 | "animations": { | 53 | "animations": { |
| 54 | "all": true, | 54 | "alternating": true, |
| 55 | "breathing": true, | ||
| 56 | "christmas": true, | ||
| 57 | "knight": true, | ||
| 58 | "rainbow_mood": true, | ||
| 59 | "rainbow_swirl": true, | ||
| 60 | "rgb_test": true, | ||
| 61 | "snake": true, | ||
| 62 | "static_gradient": true, | ||
| 63 | "twinkle": true | ||
| 55 | } | 64 | } |
| 56 | } | 65 | } |
| 57 | } | 66 | } |
diff --git a/keyboards/takashicompany/spreadwriter/info.json b/keyboards/takashicompany/spreadwriter/info.json index 2f802bab0b..86f250966a 100644 --- a/keyboards/takashicompany/spreadwriter/info.json +++ b/keyboards/takashicompany/spreadwriter/info.json | |||
| @@ -47,7 +47,16 @@ | |||
| 47 | "saturation_steps": 17, | 47 | "saturation_steps": 17, |
| 48 | "brightness_steps": 17, | 48 | "brightness_steps": 17, |
| 49 | "animations": { | 49 | "animations": { |
| 50 | "all": true | 50 | "alternating": true, |
| 51 | "breathing": true, | ||
| 52 | "christmas": true, | ||
| 53 | "knight": true, | ||
| 54 | "rainbow_mood": true, | ||
| 55 | "rainbow_swirl": true, | ||
| 56 | "rgb_test": true, | ||
| 57 | "snake": true, | ||
| 58 | "static_gradient": true, | ||
| 59 | "twinkle": true | ||
| 51 | } | 60 | } |
| 52 | }, | 61 | }, |
| 53 | "layouts": { | 62 | "layouts": { |
| @@ -504,4 +513,4 @@ | |||
| 504 | ] | 513 | ] |
| 505 | } | 514 | } |
| 506 | } | 515 | } |
| 507 | } \ No newline at end of file | 516 | } |
diff --git a/keyboards/work_louder/micro/info.json b/keyboards/work_louder/micro/info.json index 3905f226f8..aee775e3d2 100644 --- a/keyboards/work_louder/micro/info.json +++ b/keyboards/work_louder/micro/info.json | |||
| @@ -22,7 +22,16 @@ | |||
| 22 | "processor": "atmega32u4", | 22 | "processor": "atmega32u4", |
| 23 | "rgblight": { | 23 | "rgblight": { |
| 24 | "animations": { | 24 | "animations": { |
| 25 | "all": true | 25 | "alternating": true, |
| 26 | "breathing": true, | ||
| 27 | "christmas": true, | ||
| 28 | "knight": true, | ||
| 29 | "rainbow_mood": true, | ||
| 30 | "rainbow_swirl": true, | ||
| 31 | "rgb_test": true, | ||
| 32 | "snake": true, | ||
| 33 | "static_gradient": true, | ||
| 34 | "twinkle": true | ||
| 26 | }, | 35 | }, |
| 27 | "brightness_steps": 8, | 36 | "brightness_steps": 8, |
| 28 | "hue_steps": 8, | 37 | "hue_steps": 8, |
