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 /keyboards/boardsource | |
parent | 19e2dd742b6c8e54c5751b39cf910e0f4fbb2a76 (diff) |
Update info.json configs to explicitly list RGBLIGHT animations (#18730)
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r-- | keyboards/boardsource/holiday/spooky/info.json | 11 | ||||
-rw-r--r-- | keyboards/boardsource/microdox/v1/info.json | 11 | ||||
-rw-r--r-- | keyboards/boardsource/the_mark/info.json | 11 |
3 files changed, 30 insertions, 3 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 @@ "pin": "D3", "sleep": true, "animations": { - "all": true + "alternating": true, + "breathing": true, + "christmas": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "snake": true, + "static_gradient": true, + "twinkle": true } }, "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 @@ "split_count": [6, 6], "max_brightness": 150, "animations": { - "all": true + "alternating": true, + "breathing": true, + "christmas": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "snake": true, + "static_gradient": true, + "twinkle": true } } } 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 @@ "sleep": true, "max_brightness": 200, "animations": { - "all": true + "alternating": true, + "breathing": true, + "christmas": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "snake": true, + "static_gradient": true, + "twinkle": true } }, "rgb_matrix": { |