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/sawnsprojects | |
| parent | 988d81581dc0bb55f4edf62eaadd89c442691f83 (diff) | |
Remove duplication of RGBLight defaults (#25169)
Diffstat (limited to 'keyboards/sawnsprojects')
| -rw-r--r-- | keyboards/sawnsprojects/eclipse/eclipse60/keyboard.json | 2 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/eclipse/tinyneko/keyboard.json | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/sawnsprojects/eclipse/eclipse60/keyboard.json b/keyboards/sawnsprojects/eclipse/eclipse60/keyboard.json index 7586ed5a34..e4b63753e2 100644 --- a/keyboards/sawnsprojects/eclipse/eclipse60/keyboard.json +++ b/keyboards/sawnsprojects/eclipse/eclipse60/keyboard.json @@ -26,10 +26,8 @@ }, "rgblight": { "led_count": 18, - "hue_steps": 8, "saturation_steps": 8, "brightness_steps": 8, - "max_brightness": 255, "sleep": true, "animations": { "alternating": true, diff --git a/keyboards/sawnsprojects/eclipse/tinyneko/keyboard.json b/keyboards/sawnsprojects/eclipse/tinyneko/keyboard.json index 80ae2558f2..6790011807 100644 --- a/keyboards/sawnsprojects/eclipse/tinyneko/keyboard.json +++ b/keyboards/sawnsprojects/eclipse/tinyneko/keyboard.json @@ -26,10 +26,8 @@ }, "rgblight": { "led_count": 18, - "hue_steps": 8, "saturation_steps": 8, "brightness_steps": 8, - "max_brightness": 255, "sleep": true, "animations": { "alternating": true, |