diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-29 15:08:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-29 15:08:56 +0000 |
commit | a3e9b347ecbb55a58dfca4bb7a47e5abd21f6369 (patch) | |
tree | 59bf4de548a608e371cdbe53f9fab5604e202ed6 /keyboards/synapse/config.h | |
parent | 5ebeb32ec09e0c4ad4221a88bb21e79619f2091e (diff) | |
parent | 285afa3a8a2c3ae6ad4efffecdc96108f1b2fadc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/synapse/config.h')
-rw-r--r-- | keyboards/synapse/config.h | 5 |
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 |