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/aidansmithdotdev | |
| parent | 314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (diff) | |
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/aidansmithdotdev')
| -rw-r--r-- | keyboards/aidansmithdotdev/fine40/config.h | 5 | ||||
| -rw-r--r-- | keyboards/aidansmithdotdev/fine40/info.json | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/aidansmithdotdev/fine40/config.h b/keyboards/aidansmithdotdev/fine40/config.h index e7799e2b0b..a39d7fef7d 100644 --- a/keyboards/aidansmithdotdev/fine40/config.h +++ b/keyboards/aidansmithdotdev/fine40/config.h | |||
| @@ -3,9 +3,4 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | |||
| 7 | #define ENCODER_RESOLUTION 2 | ||
| 8 | #define ENCODERS_PAD_A { D5 } | ||
| 9 | #define ENCODERS_PAD_B { B7 } | ||
| 10 | |||
| 11 | #define OLED_DISPLAY_128X64 //Comment this out to change the screen size | 6 | #define OLED_DISPLAY_128X64 //Comment this out to change the screen size |
diff --git a/keyboards/aidansmithdotdev/fine40/info.json b/keyboards/aidansmithdotdev/fine40/info.json index c2e1afd84c..c41557a920 100644 --- a/keyboards/aidansmithdotdev/fine40/info.json +++ b/keyboards/aidansmithdotdev/fine40/info.json | |||
| @@ -25,6 +25,11 @@ | |||
| 25 | "pid": "0x4564", | 25 | "pid": "0x4564", |
| 26 | "vid": "0xA059" | 26 | "vid": "0xA059" |
| 27 | }, | 27 | }, |
| 28 | "encoder": { | ||
| 29 | "rotary": [ | ||
| 30 | {"pin_a": "D5", "pin_b": "B7", "resolution": 2} | ||
| 31 | ] | ||
| 32 | }, | ||
| 28 | "layouts": { | 33 | "layouts": { |
| 29 | "LAYOUT_2u_single_space": { | 34 | "LAYOUT_2u_single_space": { |
| 30 | "layout": [ | 35 | "layout": [ |
