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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 245 additions and 29 deletions

View File

@ -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": [

View File

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

View File

@ -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": {

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,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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": {
@ -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": {
@ -108,4 +117,4 @@
{"label":"KC_RGHT", "x":17.5, "y":5.1}]
}
}
}
}

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

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

View File

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

View File

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

View File

@ -47,7 +47,16 @@
"saturation_steps": 17,
"brightness_steps": 17,
"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": {
@ -504,4 +513,4 @@
]
}
}
}
}

View File

@ -22,7 +22,16 @@
"processor": "atmega32u4",
"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,