diff options
| author | Ryan | 2023-05-27 04:27:44 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-27 04:27:44 +0200 |
| commit | 363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch) | |
| tree | 65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/xiudi/xd96 | |
| parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) | |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/xiudi/xd96')
| -rw-r--r-- | keyboards/xiudi/xd96/config.h | 1 | ||||
| -rw-r--r-- | keyboards/xiudi/xd96/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/xiudi/xd96/config.h b/keyboards/xiudi/xd96/config.h index 5fc09b0483..5329d51483 100644 --- a/keyboards/xiudi/xd96/config.h +++ b/keyboards/xiudi/xd96/config.h @@ -32,7 +32,6 @@ #define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define RGBLIGHT_LIMIT_VAL 50 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/xiudi/xd96/info.json b/keyboards/xiudi/xd96/info.json index d41603cd3a..5a04310130 100644 --- a/keyboards/xiudi/xd96/info.json +++ b/keyboards/xiudi/xd96/info.json @@ -12,6 +12,9 @@ "pin": "B5", "levels": 10 }, + "rgblight": { + "max_brightness": 50 + }, "indicators": { "caps_lock": "B6", "num_lock": "C6", |