mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
Update info.json configs to explicitly list RGBLIGHT animations (#18730)
This commit is contained in:
parent
19e2dd742b
commit
be1c9af209
24 changed files with 245 additions and 29 deletions
|
@ -25,7 +25,16 @@
|
||||||
"pin": "D3",
|
"pin": "D3",
|
||||||
"sleep": true,
|
"sleep": true,
|
||||||
"animations": {
|
"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": [
|
"community_layouts": [
|
||||||
|
|
|
@ -19,7 +19,16 @@
|
||||||
"split_count": [6, 6],
|
"split_count": [6, 6],
|
||||||
"max_brightness": 150,
|
"max_brightness": 150,
|
||||||
"animations": {
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,16 @@
|
||||||
"sleep": true,
|
"sleep": true,
|
||||||
"max_brightness": 200,
|
"max_brightness": 200,
|
||||||
"animations": {
|
"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": {
|
"rgb_matrix": {
|
||||||
|
|
|
@ -25,7 +25,16 @@
|
||||||
"processor": "atmega32u4",
|
"processor": "atmega32u4",
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 8,
|
||||||
"hue_steps": 8,
|
"hue_steps": 8,
|
||||||
|
|
|
@ -25,7 +25,16 @@
|
||||||
"processor": "atmega32u4",
|
"processor": "atmega32u4",
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 8,
|
||||||
"hue_steps": 8,
|
"hue_steps": 8,
|
||||||
|
|
|
@ -23,7 +23,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 10,
|
"hue_steps": 10,
|
||||||
|
|
|
@ -29,7 +29,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 8,
|
||||||
"hue_steps": 8,
|
"hue_steps": 8,
|
||||||
|
|
|
@ -29,7 +29,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 10,
|
"hue_steps": 10,
|
||||||
|
|
|
@ -29,7 +29,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 32,
|
"hue_steps": 32,
|
||||||
|
|
|
@ -29,7 +29,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 32,
|
"hue_steps": 32,
|
||||||
|
|
|
@ -27,7 +27,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 32,
|
"hue_steps": 32,
|
||||||
|
|
|
@ -29,7 +29,16 @@
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 17,
|
||||||
"hue_steps": 32,
|
"hue_steps": 32,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"keyboard_name": "EVO70",
|
"keyboard_name": "EVO70",
|
||||||
"url": "https://www.customMK.com",
|
"url": "https://www.customMK.com",
|
||||||
"maintainer": "customMK",
|
"maintainer": "customMK",
|
||||||
"manufacturer": "customMK",
|
"manufacturer": "customMK",
|
||||||
"tags": ["70%", "encoder", "underglow", "backlight"],
|
"tags": ["70%", "encoder", "underglow", "backlight"],
|
||||||
"usb": {
|
"usb": {
|
||||||
|
@ -24,7 +24,16 @@
|
||||||
"saturation_steps": 8,
|
"saturation_steps": 8,
|
||||||
"brightness_steps": 4,
|
"brightness_steps": 4,
|
||||||
"animations": {
|
"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": {
|
"layouts": {
|
||||||
|
@ -108,4 +117,4 @@
|
||||||
{"label":"KC_RGHT", "x":17.5, "y":5.1}]
|
{"label":"KC_RGHT", "x":17.5, "y":5.1}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,16 @@
|
||||||
"saturation_steps": 10,
|
"saturation_steps": 10,
|
||||||
"brightness_steps": 10,
|
"brightness_steps": 10,
|
||||||
"animations": {
|
"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": {
|
"usb": {
|
||||||
|
|
|
@ -15,7 +15,16 @@
|
||||||
"saturation_steps": 10,
|
"saturation_steps": 10,
|
||||||
"brightness_steps": 10,
|
"brightness_steps": 10,
|
||||||
"animations": {
|
"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": {
|
"usb": {
|
||||||
|
|
|
@ -15,7 +15,16 @@
|
||||||
"saturation_steps": 10,
|
"saturation_steps": 10,
|
||||||
"brightness_steps": 10,
|
"brightness_steps": 10,
|
||||||
"animations": {
|
"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": {
|
"indicators": {
|
||||||
|
|
|
@ -12,7 +12,16 @@
|
||||||
"led_count": 25,
|
"led_count": 25,
|
||||||
"pin": "D1",
|
"pin": "D1",
|
||||||
"animations": {
|
"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": {
|
"usb": {
|
||||||
|
|
|
@ -15,7 +15,16 @@
|
||||||
"saturation_steps": 10,
|
"saturation_steps": 10,
|
||||||
"brightness_steps": 10,
|
"brightness_steps": 10,
|
||||||
"animations": {
|
"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": {
|
"usb": {
|
||||||
|
|
|
@ -30,7 +30,16 @@
|
||||||
"saturation_steps": 10,
|
"saturation_steps": 10,
|
||||||
"brightness_steps": 10,
|
"brightness_steps": 10,
|
||||||
"animations": {
|
"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": {
|
"usb": {
|
||||||
|
|
|
@ -36,7 +36,16 @@
|
||||||
"led_count": 14,
|
"led_count": 14,
|
||||||
"pin": "E2",
|
"pin": "E2",
|
||||||
"animations": {
|
"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,
|
"sleep": true,
|
||||||
"max_brightness": 255
|
"max_brightness": 255
|
||||||
|
|
|
@ -51,7 +51,16 @@
|
||||||
"led_count" : 16,
|
"led_count" : 16,
|
||||||
"split_count": [8, 8],
|
"split_count": [8, 8],
|
||||||
"animations": {
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,16 @@
|
||||||
"led_count" : 16,
|
"led_count" : 16,
|
||||||
"split_count": [8, 8],
|
"split_count": [8, 8],
|
||||||
"animations": {
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,16 @@
|
||||||
"saturation_steps": 17,
|
"saturation_steps": 17,
|
||||||
"brightness_steps": 17,
|
"brightness_steps": 17,
|
||||||
"animations": {
|
"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": {
|
"layouts": {
|
||||||
|
@ -504,4 +513,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,16 @@
|
||||||
"processor": "atmega32u4",
|
"processor": "atmega32u4",
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"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,
|
"brightness_steps": 8,
|
||||||
"hue_steps": 8,
|
"hue_steps": 8,
|
||||||
|
|
Loading…
Reference in a new issue