Update info.json configs to explicitly list RGBLIGHT animations (#18730)

This commit is contained in:
Drashna Jaelre
2022-10-15 09:54:52 -07:00
committed by GitHub
parent 19e2dd742b
commit be1c9af209
24 changed files with 245 additions and 29 deletions

View File

@@ -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,

View File

@@ -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,