From bc23e861538db452ddfc406052ab68280d9f1540 Mon Sep 17 00:00:00 2001 From: leyew <102467346+itsme-zeix@users.noreply.github.com> Date: Sat, 29 Mar 2025 20:57:43 +0800 Subject: [PATCH] Fix style/redundant declaration of defaults in keyboard.json Co-authored-by: jack --- keyboards/zeix/singa/rubrehaku/keyboard.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/keyboards/zeix/singa/rubrehaku/keyboard.json b/keyboards/zeix/singa/rubrehaku/keyboard.json index cab77b2de43..a8c754ebe19 100644 --- a/keyboards/zeix/singa/rubrehaku/keyboard.json +++ b/keyboards/zeix/singa/rubrehaku/keyboard.json @@ -20,7 +20,6 @@ "processor": "RP2040", "rgblight": { "animations": { - "static_light": true, "alternating": true, "breathing": true, "christmas": true, @@ -34,11 +33,11 @@ "default": { "val": 8, "hue": 210, - "sat": 100, + "sat": 100 }, "driver": "ws2812", "led_count": 16, - "sleep": true, + "sleep": true }, "usb": { "device_version": "0.0.1",