diff options
| author | Joel Challis | 2025-04-19 20:56:45 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-19 20:56:45 +0200 |
| commit | 88453acc6aa4c92fdcc90f706987114cc4b9a237 (patch) | |
| tree | 5fbefa42f5da5e805ae753ca2d7f44fb52916261 /keyboards/mechwild | |
| parent | 988d81581dc0bb55f4edf62eaadd89c442691f83 (diff) | |
Remove duplication of RGBLight defaults (#25169)
Diffstat (limited to 'keyboards/mechwild')
| -rw-r--r-- | keyboards/mechwild/bde/info.json | 3 | ||||
| -rw-r--r-- | keyboards/mechwild/bde/rev2/keyboard.json | 1 | ||||
| -rw-r--r-- | keyboards/mechwild/sugarglider/info.json | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/mechwild/bde/info.json b/keyboards/mechwild/bde/info.json index 918c792aa7..edecde1eba 100644 --- a/keyboards/mechwild/bde/info.json +++ b/keyboards/mechwild/bde/info.json @@ -10,8 +10,7 @@ }, "development_board": "promicro", "rgblight": { - "sleep": true, - "max_brightness": 255 + "sleep": true }, "tapping": { "tap_keycode_delay": 10, diff --git a/keyboards/mechwild/bde/rev2/keyboard.json b/keyboards/mechwild/bde/rev2/keyboard.json index 932f99f0e9..b166934e1e 100644 --- a/keyboards/mechwild/bde/rev2/keyboard.json +++ b/keyboards/mechwild/bde/rev2/keyboard.json @@ -34,7 +34,6 @@ "animations": { "rainbow_swirl": true }, - "hue_steps": 8, "saturation_steps": 8, "brightness_steps": 8 }, diff --git a/keyboards/mechwild/sugarglider/info.json b/keyboards/mechwild/sugarglider/info.json index 80004f35d1..0b796f7c21 100644 --- a/keyboards/mechwild/sugarglider/info.json +++ b/keyboards/mechwild/sugarglider/info.json @@ -18,8 +18,6 @@ }, "rgblight": { "led_count": 10, - "max_brightness": 255, - "hue_steps": 8, "saturation_steps": 8, "brightness_steps": 8, "animations": { |