Remove duplication of RGBLight defaults (#25169)
This commit is contained in:
parent
988d81581d
commit
88453acc6a
53 changed files with 10 additions and 97 deletions
|
@ -10,8 +10,7 @@
|
|||
},
|
||||
"development_board": "promicro",
|
||||
"rgblight": {
|
||||
"sleep": true,
|
||||
"max_brightness": 255
|
||||
"sleep": true
|
||||
},
|
||||
"tapping": {
|
||||
"tap_keycode_delay": 10,
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
"animations": {
|
||||
"rainbow_swirl": true
|
||||
},
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8
|
||||
},
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
},
|
||||
"rgblight": {
|
||||
"led_count": 10,
|
||||
"max_brightness": 255,
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"animations": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue