Change default RGB effect for momokai keypads to solid white (#23217)
parent
fc0b3eec53
commit
acfbfe0dae
|
@ -43,6 +43,12 @@
|
||||||
"pin": "C7"
|
"pin": "C7"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
|
"default": {
|
||||||
|
"animation": "solid_color",
|
||||||
|
"hue": 0,
|
||||||
|
"sat": 0,
|
||||||
|
"val": 200
|
||||||
|
},
|
||||||
"animations": {
|
"animations": {
|
||||||
"gradient_up_down": true,
|
"gradient_up_down": true,
|
||||||
"gradient_left_right": true,
|
"gradient_left_right": true,
|
||||||
|
|
|
@ -12,6 +12,12 @@
|
||||||
"pin": "F0"
|
"pin": "F0"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
|
"default": {
|
||||||
|
"animation": "solid_color",
|
||||||
|
"hue": 0,
|
||||||
|
"sat": 0,
|
||||||
|
"val": 200
|
||||||
|
},
|
||||||
"animations": {
|
"animations": {
|
||||||
"gradient_left_right": true,
|
"gradient_left_right": true,
|
||||||
"breathing": true,
|
"breathing": true,
|
||||||
|
|
|
@ -12,6 +12,12 @@
|
||||||
"pin": "F0"
|
"pin": "F0"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
|
"default": {
|
||||||
|
"animation": "solid_color",
|
||||||
|
"hue": 0,
|
||||||
|
"sat": 0,
|
||||||
|
"val": 200
|
||||||
|
},
|
||||||
"animations": {
|
"animations": {
|
||||||
"gradient_up_down": true,
|
"gradient_up_down": true,
|
||||||
"gradient_left_right": true,
|
"gradient_left_right": true,
|
||||||
|
|
Loading…
Reference in New Issue