Remove duplication of RGB Matrix defaults (#25146)
* Remove duplication of RGB Matrix defaults * Remove more duplication of defaults * fix
This commit is contained in:
parent
d33aa82c51
commit
b43fc33be3
17 changed files with 2 additions and 32 deletions
|
|
@ -45,7 +45,6 @@
|
|||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue