diff options
Diffstat (limited to 'keyboards/neito')
-rw-r--r-- | keyboards/neito/config.h | 1 | ||||
-rw-r--r-- | keyboards/neito/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
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": { |