diff options
Diffstat (limited to 'keyboards/hubble')
-rw-r--r-- | keyboards/hubble/config.h | 2 | ||||
-rw-r--r-- | keyboards/hubble/info.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/hubble/config.h b/keyboards/hubble/config.h index ad5e772c74..59787e7920 100644 --- a/keyboards/hubble/config.h +++ b/keyboards/hubble/config.h @@ -5,8 +5,6 @@ /* rgb */ -#define RGBLED_NUM 7 -#define RGBLIGHT_SLEEP #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL diff --git a/keyboards/hubble/info.json b/keyboards/hubble/info.json index b89647e524..953323fe00 100644 --- a/keyboards/hubble/info.json +++ b/keyboards/hubble/info.json @@ -14,6 +14,10 @@ "rgblight": true, "velocikey": true }, + "rgblight": { + "led_count": 7, + "sleep": true + }, "ws2812": { "pin": "D2" }, |