summaryrefslogtreecommitdiff
path: root/keyboards/keycapsss/plaid_pad/config.h
diff options
context:
space:
mode:
authorMatthew Weldon <matthew.john.weldon@gmail.com>2020-07-23 22:42:56 -0400
committerGitHub <noreply@github.com>2020-07-23 19:42:56 -0700
commite620a7beb2beebee3881f7061eac218beb668e26 (patch)
treec6d1c00597896828520cd76ad5a168e6cd17f27b /keyboards/keycapsss/plaid_pad/config.h
parentd699fd1fb4127c9a0c13eaa1348b934ccd639627 (diff)
[Keyboard] add encoder support to PlaidPad default mappings (#9396)
* Add flipped and discrete encoder support default mappings * Fixed typo in readme * Removed flipped layout, fix config.h encoder pin mapping, update readme Co-authored-by: matt <matt@smooth.tech>
Diffstat (limited to 'keyboards/keycapsss/plaid_pad/config.h')
-rw-r--r--keyboards/keycapsss/plaid_pad/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/keycapsss/plaid_pad/config.h b/keyboards/keycapsss/plaid_pad/config.h
index 1d0b31a401..f456bf8441 100644
--- a/keyboards/keycapsss/plaid_pad/config.h
+++ b/keyboards/keycapsss/plaid_pad/config.h
@@ -18,8 +18,10 @@
#define MATRIX_COL_PINS { B0, D7, D6, D5 }
#define UNUSED_PINS { B3, B4, B5, D4}
-#define ENCODERS_PAD_A { D0, B1 }
-#define ENCODERS_PAD_B { D1, B2 }
+#define ENCODERS_PAD_A { D1, B2 }
+#define ENCODERS_PAD_B { D0, B1 }
+
+
#define ENCODER_RESOLUTION 4
/* COL2ROW, ROW2COL*/