From 67ee050a0e80359b5b58ea1767adfb96b5bdace5 Mon Sep 17 00:00:00 2001 From: Andrew Kannan Date: Fri, 21 Feb 2020 05:25:17 -0500 Subject: [PATCH] S75 Encoder Fixes (#7758) * S75 Encoder Fixes * Flip encoder pins vs using setting --- keyboards/cannonkeys/satisfaction75/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/keyboards/cannonkeys/satisfaction75/config.h b/keyboards/cannonkeys/satisfaction75/config.h index 69d02806e..49ed407b3 100644 --- a/keyboards/cannonkeys/satisfaction75/config.h +++ b/keyboards/cannonkeys/satisfaction75/config.h @@ -35,8 +35,10 @@ along with this program. If not, see . #define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 } #define DIODE_DIRECTION COL2ROW -#define ENCODERS_PAD_A { B9 } -#define ENCODERS_PAD_B { B8 } +#define ENCODERS_PAD_A { B8 } +#define ENCODERS_PAD_B { B9 } + +#define ENCODER_RESOLUTION 2 //LEDS A6, RGB B15 #define BACKLIGHT_LEVELS 24