diff options
Diffstat (limited to 'keyboards/quarkeys/z60/hotswap')
-rw-r--r-- | keyboards/quarkeys/z60/hotswap/config.h | 1 | ||||
-rw-r--r-- | keyboards/quarkeys/z60/hotswap/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/quarkeys/z60/hotswap/config.h b/keyboards/quarkeys/z60/hotswap/config.h index d1456a07f8..f02635a639 100644 --- a/keyboards/quarkeys/z60/hotswap/config.h +++ b/keyboards/quarkeys/z60/hotswap/config.h @@ -18,7 +18,6 @@ #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#define RGBLIGHT_LIMIT_VAL 140 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD diff --git a/keyboards/quarkeys/z60/hotswap/info.json b/keyboards/quarkeys/z60/hotswap/info.json index 6502c95910..1db45e4f7b 100644 --- a/keyboards/quarkeys/z60/hotswap/info.json +++ b/keyboards/quarkeys/z60/hotswap/info.json @@ -15,6 +15,9 @@ "ws2812": { "pin": "D6" }, + "rgblight": { + "max_brightness": 140 + }, "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", |