diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-27 12:27:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 12:27:44 +1000 |
commit | 363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch) | |
tree | 65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/tweetydabird | |
parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r-- | keyboards/tweetydabird/lotus58/config.h | 3 | ||||
-rw-r--r-- | keyboards/tweetydabird/lotus58/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tweetydabird/lotus58/config.h b/keyboards/tweetydabird/lotus58/config.h index 5df12cfc03..de32af4284 100644 --- a/keyboards/tweetydabird/lotus58/config.h +++ b/keyboards/tweetydabird/lotus58/config.h @@ -4,8 +4,7 @@ #pragma once // Options not yet fully implemented in info.json -#define RGBLIGHT_LIMIT_VAL 175 -#define RGBLIGHT_DEFAULT_VAL ( RGBLIGHT_LIMIT_VAL / 2 ) +#define RGBLIGHT_DEFAULT_VAL 87 #define SPLIT_HAND_PIN B5 #define SPLIT_LAYER_STATE_ENABLE diff --git a/keyboards/tweetydabird/lotus58/info.json b/keyboards/tweetydabird/lotus58/info.json index 571bf8d963..a222dec8de 100644 --- a/keyboards/tweetydabird/lotus58/info.json +++ b/keyboards/tweetydabird/lotus58/info.json @@ -35,7 +35,8 @@ "led_count": 70, "split": true, "split_count": [35, 35], - "sleep": true + "sleep": true, + "max_brightness": 175 }, "ws2812": { "pin": "D3" |