Remove duplication of RGBLight defaults (#25169)

This commit is contained in:
Joel Challis 2025-04-19 19:56:45 +01:00 committed by GitHub
parent 988d81581d
commit 88453acc6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 10 additions and 97 deletions

View file

@ -10,8 +10,7 @@
},
"development_board": "promicro",
"rgblight": {
"sleep": true,
"max_brightness": 255
"sleep": true
},
"tapping": {
"tap_keycode_delay": 10,

View file

@ -34,7 +34,6 @@
"animations": {
"rainbow_swirl": true
},
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8
},

View file

@ -18,8 +18,6 @@
},
"rgblight": {
"led_count": 10,
"max_brightness": 255,
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8,
"animations": {