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/technika/config.h | 1 - keyboards/technika/info.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/technika') diff --git a/keyboards/technika/config.h b/keyboards/technika/config.h index 58a533406e..fb143fc76a 100644 --- a/keyboards/technika/config.h +++ b/keyboards/technika/config.h @@ -23,7 +23,6 @@ along with this program. If not, see . #define LOCKING_RESYNC_ENABLE #define RGBLED_NUM 16 -#define RGBLIGHT_LIMIT_VAL 200 #define RGBLIGHT_SLEEP #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD diff --git a/keyboards/technika/info.json b/keyboards/technika/info.json index 1acab1f5e5..31c0ab96b4 100644 --- a/keyboards/technika/info.json +++ b/keyboards/technika/info.json @@ -21,6 +21,9 @@ "ws2812": { "pin": "B15" }, + "rgblight": { + "max_brightness": 200 + }, "processor": "STM32F072", "bootloader": "stm32-dfu", "layouts": { -- cgit v1.2.3