aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@gmail.com>2020-02-21 05:25:17 -0500
committerGitHub <noreply@github.com>2020-02-21 21:25:17 +1100
commit67ee050a0e80359b5b58ea1767adfb96b5bdace5 (patch)
tree418b3da4a9a97523bb24ccc5a93465321911e8f0
parent562482c234d464df6bedfaf9eb91ddc516e77ea3 (diff)
downloadqmk_firmware-67ee050a0e80359b5b58ea1767adfb96b5bdace5.tar.gz
qmk_firmware-67ee050a0e80359b5b58ea1767adfb96b5bdace5.zip
S75 Encoder Fixes (#7758)
* S75 Encoder Fixes * Flip encoder pins vs using setting
-rw-r--r--keyboards/cannonkeys/satisfaction75/config.h6
1 files 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 <http://www.gnu.org/licenses/>.
35#define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 } 35#define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 }
36#define DIODE_DIRECTION COL2ROW 36#define DIODE_DIRECTION COL2ROW
37 37
38#define ENCODERS_PAD_A { B9 } 38#define ENCODERS_PAD_A { B8 }
39#define ENCODERS_PAD_B { B8 } 39#define ENCODERS_PAD_B { B9 }
40
41#define ENCODER_RESOLUTION 2
40 42
41//LEDS A6, RGB B15 43//LEDS A6, RGB B15
42#define BACKLIGHT_LEVELS 24 44#define BACKLIGHT_LEVELS 24