Skip to content

Commit

Permalink
Update info.json configs to explicitly list RGBLIGHT animations (#18730)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Oct 15, 2022
1 parent 19e2dd7 commit be1c9af
Show file tree
Hide file tree
Showing 24 changed files with 245 additions and 29 deletions.
11 changes: 10 additions & 1 deletion keyboards/boardsource/holiday/spooky/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 10 additions & 1 deletion keyboards/boardsource/microdox/v1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
11 changes: 10 additions & 1 deletion keyboards/boardsource/the_mark/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/capsunlocked/cu80/v2_ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@
"processor": "atmega32u4",
"rgblight": {
"animations": {
"all": false
"alternating": false,
"breathing": false,
"christmas": false,
"knight": false,
"rainbow_mood": false,
"rainbow_swirl": false,
"rgb_test": false,
"snake": false,
"static_gradient": false,
"twinkle": false
},
"brightness_steps": 8,
"hue_steps": 8,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/capsunlocked/cu80/v2_iso/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@
"processor": "atmega32u4",
"rgblight": {
"animations": {
"all": false
"alternating": false,
"breathing": false,
"christmas": false,
"knight": false,
"rainbow_mood": false,
"rainbow_swirl": false,
"rgb_test": false,
"snake": false,
"static_gradient": false,
"twinkle": false
},
"brightness_steps": 8,
"hue_steps": 8,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/17/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 10,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/2x1800/2018/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 8,
"hue_steps": 8,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/66/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 10,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/66/rev2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 32,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/66/rev3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 32,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/66/rev4/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 32,
Expand Down
11 changes: 10 additions & 1 deletion keyboards/clueboard/66_hotswap/prototype/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
},
"rgblight": {
"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
},
"brightness_steps": 17,
"hue_steps": 32,
Expand Down
19 changes: 14 additions & 5 deletions keyboards/custommk/evo70/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard_name": "EVO70",
"url": "https://www.customMK.com",
"maintainer": "customMK",
"keyboard_name": "EVO70",
"url": "https://www.customMK.com",
"maintainer": "customMK",
"manufacturer": "customMK",
"tags": ["70%", "encoder", "underglow", "backlight"],
"usb": {
Expand All @@ -24,7 +24,16 @@
"saturation_steps": 8,
"brightness_steps": 4,
"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
}
},
"layouts": {
Expand Down Expand Up @@ -108,4 +117,4 @@
{"label":"KC_RGHT", "x":17.5, "y":5.1}]
}
}
}
}
11 changes: 10 additions & 1 deletion keyboards/dyz/dyz40/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
"saturation_steps": 10,
"brightness_steps": 10,
"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
}
},
"usb": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/dyz/dyz60/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
"saturation_steps": 10,
"brightness_steps": 10,
"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
}
},
"usb": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/dyz/dyz60_hs/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
"saturation_steps": 10,
"brightness_steps": 10,
"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
}
},
"indicators": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/dyz/dyz_tkl/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
"led_count": 25,
"pin": "D1",
"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
}
},
"usb": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/dyz/selka40/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
"saturation_steps": 10,
"brightness_steps": 10,
"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
}
},
"usb": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/dyz/synthesis60/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@
"saturation_steps": 10,
"brightness_steps": 10,
"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
}
},
"usb": {
Expand Down
11 changes: 10 additions & 1 deletion keyboards/jacky_studio/piggy60/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@
"led_count": 14,
"pin": "E2",
"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
},
"sleep": true,
"max_brightness": 255
Expand Down
11 changes: 10 additions & 1 deletion keyboards/keebio/sinc/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@
"led_count" : 16,
"split_count": [8, 8],
"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
}
}
}
Loading

0 comments on commit be1c9af

Please sign in to comment.