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/yeehaw | |
| parent | 314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (diff) | |
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/yeehaw')
| -rw-r--r-- | keyboards/yeehaw/config.h | 3 | ||||
| -rw-r--r-- | keyboards/yeehaw/info.json | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/yeehaw/config.h b/keyboards/yeehaw/config.h index b14cd03b1b..4ead2dc6f2 100644 --- a/keyboards/yeehaw/config.h +++ b/keyboards/yeehaw/config.h | |||
| @@ -15,9 +15,6 @@ | |||
| 15 | */ | 15 | */ |
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | #define ENCODERS_PAD_A { D1 } | ||
| 19 | #define ENCODERS_PAD_B { D0 } | ||
| 20 | |||
| 21 | #define RGB_DI_PIN B2 | 18 | #define RGB_DI_PIN B2 |
| 22 | #ifdef RGB_DI_PIN | 19 | #ifdef RGB_DI_PIN |
| 23 | #define RGBLED_NUM 7 | 20 | #define RGBLED_NUM 7 |
diff --git a/keyboards/yeehaw/info.json b/keyboards/yeehaw/info.json index c82f1fd5ff..6c0a2b165e 100644 --- a/keyboards/yeehaw/info.json +++ b/keyboards/yeehaw/info.json | |||
| @@ -8,6 +8,11 @@ | |||
| 8 | "pid": "0x5458", | 8 | "pid": "0x5458", |
| 9 | "device_version": "1.0.0" | 9 | "device_version": "1.0.0" |
| 10 | }, | 10 | }, |
| 11 | "encoder": { | ||
| 12 | "rotary": [ | ||
| 13 | {"pin_a": "D1", "pin_b": "D0"} | ||
| 14 | ] | ||
| 15 | }, | ||
| 11 | "processor": "atmega32u4", | 16 | "processor": "atmega32u4", |
| 12 | "bootloader": "caterina", | 17 | "bootloader": "caterina", |
| 13 | "matrix_pins": { | 18 | "matrix_pins": { |
