diff options
| author | Joel Challis <git@zvecr.com> | 2021-11-29 15:08:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 15:08:20 +0000 |
| commit | db04899a4a7cc39665c63e9639a60ea4e1d96bab (patch) | |
| tree | e748a744fe384ccd2b334e57604598d87a85bd3e /keyboards/keysofkings | |
| parent | 84b8cdc1a43245d24b232bc8e28cca7f1183d676 (diff) | |
| download | qmk_firmware-db04899a4a7cc39665c63e9639a60ea4e1d96bab.tar.gz qmk_firmware-db04899a4a7cc39665c63e9639a60ea4e1d96bab.zip | |
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Diffstat (limited to 'keyboards/keysofkings')
| -rwxr-xr-x | keyboards/keysofkings/twokey/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/keysofkings/twokey/config.h b/keyboards/keysofkings/twokey/config.h index 9b77fa73e..29612187f 100755 --- a/keyboards/keysofkings/twokey/config.h +++ b/keyboards/keysofkings/twokey/config.h | |||
| @@ -35,10 +35,9 @@ | |||
| 35 | #define UNUSED_PINS | 35 | #define UNUSED_PINS |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | #define ENCODERS_PAD_A { E6 } | 38 | #define ENCODERS_PAD_A { D7 } |
| 39 | #define ENCODERS_PAD_B { D7 } | 39 | #define ENCODERS_PAD_B { E6 } |
| 40 | #define ENCODER_RESOLUTION 1 | 40 | #define ENCODER_RESOLUTION 1 |
| 41 | #define ENCODER_DIRECTION_FLIP | ||
| 42 | 41 | ||
| 43 | /* COL2ROW or ROW2COL */ | 42 | /* COL2ROW or ROW2COL */ |
| 44 | #define DIODE_DIRECTION COL2ROW | 43 | #define DIODE_DIRECTION COL2ROW |
