summaryrefslogtreecommitdiff
path: root/keyboards/mixi
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-18 14:39:07 +1000
committerGitHub <noreply@github.com>2023-06-18 14:39:07 +1000
commitb1783db4eacacaf8181cfbce13146db1941486ba (patch)
treed464d835a882fa7b2c205eb0b2d73f7ddf0b7145 /keyboards/mixi
parent7178645be79510eb623098bccbf1724ff9970edc (diff)
Move `RGBLED_NUM` to data driven (#21278)
Diffstat (limited to 'keyboards/mixi')
-rw-r--r--keyboards/mixi/config.h1
-rw-r--r--keyboards/mixi/info.json1
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mixi/config.h b/keyboards/mixi/config.h
index 5ee863e024..635393434e 100644
--- a/keyboards/mixi/config.h
+++ b/keyboards/mixi/config.h
@@ -6,7 +6,6 @@
6/* Locking resynchronize hack */ 6/* Locking resynchronize hack */
7#define LOCKING_RESYNC_ENABLE 7#define LOCKING_RESYNC_ENABLE
8 8
9#define RGBLED_NUM 5
10#define RGBLIGHT_HUE_STEP 8 9#define RGBLIGHT_HUE_STEP 8
11#define RGBLIGHT_SAT_STEP 8 10#define RGBLIGHT_SAT_STEP 8
12#define RGBLIGHT_VAL_STEP 8 11#define RGBLIGHT_VAL_STEP 8
diff --git a/keyboards/mixi/info.json b/keyboards/mixi/info.json
index 7a69ec93fa..43c7d8df69 100644
--- a/keyboards/mixi/info.json
+++ b/keyboards/mixi/info.json
@@ -9,6 +9,7 @@
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "rgblight": { 11 "rgblight": {
12 "led_count": 5,
12 "sleep": true 13 "sleep": true
13 }, 14 },
14 "ws2812": { 15 "ws2812": {