summaryrefslogtreecommitdiff
path: root/keyboards/synapse
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-29 15:08:20 +0000
committerGitHub <noreply@github.com>2021-11-29 15:08:20 +0000
commitdb04899a4a7cc39665c63e9639a60ea4e1d96bab (patch)
treee748a744fe384ccd2b334e57604598d87a85bd3e /keyboards/synapse
parent84b8cdc1a43245d24b232bc8e28cca7f1183d676 (diff)
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Diffstat (limited to 'keyboards/synapse')
-rw-r--r--keyboards/synapse/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/synapse/config.h b/keyboards/synapse/config.h
index 82a0aadea5..809194afe8 100644
--- a/keyboards/synapse/config.h
+++ b/keyboards/synapse/config.h
@@ -41,12 +41,11 @@
/* ROTARY ENCODERS */
#define ENCODERS_PAD_A \
- { D6, C6 }
-#define ENCODERS_PAD_B \
{ D7, C7 }
+#define ENCODERS_PAD_B \
+ { D6, C6 }
#define ENCODER_RESOLUTION 4
-#define ENCODER_DIRECTION_FLIP
#define DEBOUNCE 5