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/demiurge/config.h | 1 - keyboards/demiurge/info.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/demiurge') diff --git a/keyboards/demiurge/config.h b/keyboards/demiurge/config.h index a627f3ec6a..2d3108fae3 100755 --- a/keyboards/demiurge/config.h +++ b/keyboards/demiurge/config.h @@ -28,7 +28,6 @@ along with this program. If not, see . #define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define RGBLIGHT_LIMIT_VAL 153 /* * Feature disable options diff --git a/keyboards/demiurge/info.json b/keyboards/demiurge/info.json index e058d41b38..88c9381319 100644 --- a/keyboards/demiurge/info.json +++ b/keyboards/demiurge/info.json @@ -16,6 +16,9 @@ "ws2812": { "pin": "F1" }, + "rgblight": { + "max_brightness": 153 + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layout_aliases": { -- cgit v1.2.3-70-g09d2