summaryrefslogtreecommitdiff
path: root/keyboards/neito
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-27 12:27:44 +1000
committerGitHub <noreply@github.com>2023-05-27 12:27:44 +1000
commit363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch)
tree65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/neito
parent8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff)
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/neito')
-rw-r--r--keyboards/neito/config.h1
-rw-r--r--keyboards/neito/info.json3
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": {