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/space_space | |
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/space_space')
-rw-r--r-- | keyboards/space_space/rev2/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/space_space/rev2/config.h b/keyboards/space_space/rev2/config.h index 66f8f6add..bb8f04da2 100644 --- a/keyboards/space_space/rev2/config.h +++ b/keyboards/space_space/rev2/config.h | |||
@@ -41,12 +41,11 @@ | |||
41 | 41 | ||
42 | /* ROTARY ENCODERS */ | 42 | /* ROTARY ENCODERS */ |
43 | #define ENCODERS_PAD_A \ | 43 | #define ENCODERS_PAD_A \ |
44 | { D7, F7 } | ||
45 | #define ENCODERS_PAD_B \ | ||
46 | { B4, C7 } | 44 | { B4, C7 } |
45 | #define ENCODERS_PAD_B \ | ||
46 | { D7, F7 } | ||
47 | 47 | ||
48 | #define ENCODER_RESOLUTION 3 | 48 | #define ENCODER_RESOLUTION 3 |
49 | #define ENCODER_DIRECTION_FLIP | ||
50 | 49 | ||
51 | #define DEBOUNCE 5 | 50 | #define DEBOUNCE 5 |
52 | 51 | ||