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/prototypist | |
parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/prototypist')
-rw-r--r-- | keyboards/prototypist/oceanographer/config.h | 1 | ||||
-rw-r--r-- | keyboards/prototypist/oceanographer/info.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/prototypist/oceanographer/config.h b/keyboards/prototypist/oceanographer/config.h index a557c9aa83..e5719bb137 100644 --- a/keyboards/prototypist/oceanographer/config.h +++ b/keyboards/prototypist/oceanographer/config.h @@ -7,7 +7,6 @@ #define RGBLIGHT_LAYERS #define RGBLIGHT_MAX_LAYERS 4 -#define RGBLIGHT_LIMIT_VAL 155 #define RGBLIGHT_DEFAULT_VAL 155 // Audio Settings diff --git a/keyboards/prototypist/oceanographer/info.json b/keyboards/prototypist/oceanographer/info.json index dbec118004..488f17eeb9 100644 --- a/keyboards/prototypist/oceanographer/info.json +++ b/keyboards/prototypist/oceanographer/info.json @@ -26,6 +26,7 @@ "hue_steps": 10, "saturation_steps": 17, "brightness_steps": 17, + "max_brightness": 155, "animations": { "alternating": true, "breathing": true |