mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 23:37:46 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
5d1644710d
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user