diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-26 09:45:12 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 09:45:12 +1100 |
| commit | 7e0299117b389b1c7fcdfa2f20891ba2287ea771 (patch) | |
| tree | 00bb5bb7b3b73a9de365d1839ba7d41240d439f1 /keyboards/mixi | |
| parent | 314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (diff) | |
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/mixi')
| -rw-r--r-- | keyboards/mixi/config.h | 3 | ||||
| -rw-r--r-- | keyboards/mixi/info.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/mixi/config.h b/keyboards/mixi/config.h index e6b2ef0961..ed82723108 100644 --- a/keyboards/mixi/config.h +++ b/keyboards/mixi/config.h | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define ENCODERS_PAD_A { D7, B1 } | ||
| 4 | #define ENCODERS_PAD_B { E6, B3 } | ||
| 5 | |||
| 6 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 3 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 7 | #define LOCKING_SUPPORT_ENABLE | 4 | #define LOCKING_SUPPORT_ENABLE |
| 8 | 5 | ||
diff --git a/keyboards/mixi/info.json b/keyboards/mixi/info.json index 584a8f85b7..3af1d02f47 100644 --- a/keyboards/mixi/info.json +++ b/keyboards/mixi/info.json | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | "pid": "0x4D49", | 8 | "pid": "0x4D49", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "encoder": { | ||
| 12 | "rotary": [ | ||
| 13 | {"pin_a": "D7", "pin_b": "E6"}, | ||
| 14 | {"pin_a": "B1", "pin_b": "B3"} | ||
| 15 | ] | ||
| 16 | }, | ||
| 11 | "processor": "atmega32u4", | 17 | "processor": "atmega32u4", |
| 12 | "bootloader": "caterina", | 18 | "bootloader": "caterina", |
| 13 | "matrix_pins": { | 19 | "matrix_pins": { |
