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/dailycraft | |
| parent | 314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (diff) | |
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/dailycraft')
| -rw-r--r-- | keyboards/dailycraft/owl8/config.h | 3 | ||||
| -rw-r--r-- | keyboards/dailycraft/owl8/info.json | 6 | ||||
| -rw-r--r-- | keyboards/dailycraft/stickey4/config.h | 3 | ||||
| -rw-r--r-- | keyboards/dailycraft/stickey4/info.json | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/keyboards/dailycraft/owl8/config.h b/keyboards/dailycraft/owl8/config.h index 41efbbb6b5..7da6e3f1bf 100644 --- a/keyboards/dailycraft/owl8/config.h +++ b/keyboards/dailycraft/owl8/config.h | |||
| @@ -37,6 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | //#define NO_ACTION_LAYER | 37 | //#define NO_ACTION_LAYER |
| 38 | //#define NO_ACTION_TAPPING | 38 | //#define NO_ACTION_TAPPING |
| 39 | //#define NO_ACTION_ONESHOT | 39 | //#define NO_ACTION_ONESHOT |
| 40 | |||
| 41 | #define ENCODERS_PAD_A { D4, D7 } | ||
| 42 | #define ENCODERS_PAD_B { C6, E6 } | ||
diff --git a/keyboards/dailycraft/owl8/info.json b/keyboards/dailycraft/owl8/info.json index 1aed397e38..ee1d19e7d6 100644 --- a/keyboards/dailycraft/owl8/info.json +++ b/keyboards/dailycraft/owl8/info.json | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | "pid": "0x0008", | 8 | "pid": "0x0008", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "encoder": { | ||
| 12 | "rotary": [ | ||
| 13 | {"pin_a": "D4", "pin_b": "C6"}, | ||
| 14 | {"pin_a": "D7", "pin_b": "E6"} | ||
| 15 | ] | ||
| 16 | }, | ||
| 11 | "processor": "atmega32u4", | 17 | "processor": "atmega32u4", |
| 12 | "bootloader": "atmel-dfu", | 18 | "bootloader": "atmel-dfu", |
| 13 | "matrix_pins": { | 19 | "matrix_pins": { |
diff --git a/keyboards/dailycraft/stickey4/config.h b/keyboards/dailycraft/stickey4/config.h index 41efbbb6b5..7da6e3f1bf 100644 --- a/keyboards/dailycraft/stickey4/config.h +++ b/keyboards/dailycraft/stickey4/config.h | |||
| @@ -37,6 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | //#define NO_ACTION_LAYER | 37 | //#define NO_ACTION_LAYER |
| 38 | //#define NO_ACTION_TAPPING | 38 | //#define NO_ACTION_TAPPING |
| 39 | //#define NO_ACTION_ONESHOT | 39 | //#define NO_ACTION_ONESHOT |
| 40 | |||
| 41 | #define ENCODERS_PAD_A { D4, D7 } | ||
| 42 | #define ENCODERS_PAD_B { C6, E6 } | ||
diff --git a/keyboards/dailycraft/stickey4/info.json b/keyboards/dailycraft/stickey4/info.json index 69dc1479a4..c8d5803718 100644 --- a/keyboards/dailycraft/stickey4/info.json +++ b/keyboards/dailycraft/stickey4/info.json | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | "pid": "0x0010", | 8 | "pid": "0x0010", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "encoder": { | ||
| 12 | "rotary": [ | ||
| 13 | {"pin_a": "D4", "pin_b": "C6"}, | ||
| 14 | {"pin_a": "D7", "pin_b": "E6"} | ||
| 15 | ] | ||
| 16 | }, | ||
| 11 | "processor": "atmega32u4", | 17 | "processor": "atmega32u4", |
| 12 | "bootloader": "atmel-dfu", | 18 | "bootloader": "atmel-dfu", |
| 13 | "matrix_pins": { | 19 | "matrix_pins": { |
