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/neito/config.h | 1 - keyboards/neito/info.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/neito') diff --git a/keyboards/neito/config.h b/keyboards/neito/config.h index 1a5eb90e61..ef9b518920 100644 --- a/keyboards/neito/config.h +++ b/keyboards/neito/config.h @@ -34,7 +34,6 @@ #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#define RGBLIGHT_LIMIT_VAL 200 /* Handle volume control issue with rotary encoder */ diff --git a/keyboards/neito/info.json b/keyboards/neito/info.json index 8db2eb29f3..a226d236c3 100644 --- a/keyboards/neito/info.json +++ b/keyboards/neito/info.json @@ -29,6 +29,9 @@ "ws2812": { "pin": "D5" }, + "rgblight": { + "max_brightness": 200 + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { -- cgit v1.2.3