diff options
Diffstat (limited to 'keyboards/halokeys')
-rw-r--r-- | keyboards/halokeys/elemental75/config.h | 1 | ||||
-rw-r--r-- | keyboards/halokeys/elemental75/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/halokeys/elemental75/config.h b/keyboards/halokeys/elemental75/config.h index fed1b7c458..c23763ee9b 100644 --- a/keyboards/halokeys/elemental75/config.h +++ b/keyboards/halokeys/elemental75/config.h @@ -18,7 +18,6 @@ #define TAP_CODE_DELAY 10 // tap_code function delay for register and unregister #define RGBLED_NUM 22 -#define RGBLIGHT_LIMIT_VAL 225 // value set lower than 255 since current draw is too high #define RGBLIGHT_SLEEP /* animations enabled */ diff --git a/keyboards/halokeys/elemental75/info.json b/keyboards/halokeys/elemental75/info.json index a97731b125..5f8bdb38a6 100644 --- a/keyboards/halokeys/elemental75/info.json +++ b/keyboards/halokeys/elemental75/info.json @@ -21,6 +21,9 @@ "ws2812": { "pin": "A10" }, + "rgblight": { + "max_brightness": 225 + }, "processor": "STM32F303", "bootloader": "stm32-dfu", "board": "QMK_PROTON_C", |