diff options
Diffstat (limited to 'keyboards/bolsa/bolsalice')
-rw-r--r-- | keyboards/bolsa/bolsalice/config.h | 3 | ||||
-rw-r--r-- | keyboards/bolsa/bolsalice/info.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/bolsa/bolsalice/config.h b/keyboards/bolsa/bolsalice/config.h index ad199d6578..a39d95e2b3 100644 --- a/keyboards/bolsa/bolsalice/config.h +++ b/keyboards/bolsa/bolsalice/config.h @@ -16,12 +16,9 @@ #pragma once - #define RGBLED_NUM 8 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 - #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ - #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL diff --git a/keyboards/bolsa/bolsalice/info.json b/keyboards/bolsa/bolsalice/info.json index 25ef2f617b..933bac1f7f 100644 --- a/keyboards/bolsa/bolsalice/info.json +++ b/keyboards/bolsa/bolsalice/info.json @@ -6,6 +6,10 @@ "vid": "0x4253", "device_version": "0.0.1" }, + "rgblight": { + "led_count": 8, + "sleep": true + }, "ws2812": { "pin": "B1" }, |