From 363bfdbfda5ea9fa996390920a9e8982535b76c8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 27 May 2023 12:27:44 +1000 Subject: Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) Co-authored-by: Nick Brassel --- keyboards/prototypist/oceanographer/config.h | 1 - keyboards/prototypist/oceanographer/info.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/prototypist/oceanographer') 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 -- cgit v1.2.3