summaryrefslogtreecommitdiff
path: root/keyboards/mixi
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-06 18:00:54 +1000
committerGitHub <noreply@github.com>2023-04-06 18:00:54 +1000
commit47966dc2a65c88ac90fcd64d12243d72f3f6753b (patch)
treed2f54974c74f66bf11565a64381ea8834f49d481 /keyboards/mixi
parent71c22a12db58c71952a12df6bbe445f6f9a4e858 (diff)
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Diffstat (limited to 'keyboards/mixi')
-rw-r--r--keyboards/mixi/config.h1
-rw-r--r--keyboards/mixi/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mixi/config.h b/keyboards/mixi/config.h
index b96eeed91c..cddab38dbc 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 RGB_DI_PIN B5
10#define RGBLED_NUM 5 9#define RGBLED_NUM 5
11#define RGBLIGHT_HUE_STEP 8 10#define RGBLIGHT_HUE_STEP 8
12#define RGBLIGHT_SAT_STEP 8 11#define RGBLIGHT_SAT_STEP 8
diff --git a/keyboards/mixi/info.json b/keyboards/mixi/info.json
index 3af1d02f47..cd8e02195e 100644
--- a/keyboards/mixi/info.json
+++ b/keyboards/mixi/info.json
@@ -8,6 +8,9 @@
8 "pid": "0x4D49", 8 "pid": "0x4D49",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "ws2812": {
12 "pin": "B5"
13 },
11 "encoder": { 14 "encoder": {
12 "rotary": [ 15 "rotary": [
13 {"pin_a": "D7", "pin_b": "E6"}, 16 {"pin_a": "D7", "pin_b": "E6"},