Change default RGB effect for momokai keypads to solid white (#23217)

This commit is contained in:
peepeetee 2024-03-08 14:44:26 -06:00 committed by GitHub
parent fc0b3eec53
commit acfbfe0dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View file

@ -43,6 +43,12 @@
"pin": "C7"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_up_down": true,
"gradient_left_right": true,

View file

@ -12,6 +12,12 @@
"pin": "F0"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_left_right": true,
"breathing": true,

View file

@ -12,6 +12,12 @@
"pin": "F0"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_up_down": true,
"gradient_left_right": true,