summaryrefslogtreecommitdiff
path: root/keyboards/bandominedoni/config.h
diff options
context:
space:
mode:
author3araht <69518343+3araht@users.noreply.github.com>2022-09-01 02:17:54 +0900
committerGitHub <noreply@github.com>2022-08-31 18:17:54 +0100
commit786b5d310d864c594ad3cd7b3e351f68ff515b9e (patch)
treee8c862d582c0b07bb6d31f37f185c203d3e08225 /keyboards/bandominedoni/config.h
parent0faedb11cc1cc6629bb55172c818fc633eb8559c (diff)
Bandominedoni encoder fix (#18229)
by 3araht
Diffstat (limited to 'keyboards/bandominedoni/config.h')
-rw-r--r--keyboards/bandominedoni/config.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/keyboards/bandominedoni/config.h b/keyboards/bandominedoni/config.h
index 2e7317889c..17f5675f60 100644
--- a/keyboards/bandominedoni/config.h
+++ b/keyboards/bandominedoni/config.h
@@ -248,13 +248,11 @@
* Encoder options
*/
#ifdef ENCODER_ENABLE
-# define ENCODERS_PAD_A { C7 } // dummy
-# define ENCODERS_PAD_B { B7 } // dummy
+# define ENCODERS_PAD_A { }
+# define ENCODERS_PAD_B { }
+# define ENCODER_RESOLUTIONS { }
# define ENCODERS_PAD_A_RIGHT { F5 }
# define ENCODERS_PAD_B_RIGHT { F4 }
-# define ENCODER_RESOLUTION 4
+# define ENCODER_RESOLUTIONS_RIGHT { 4 }
# define TAP_CODE_DELAY 10
-# define ENCODERS 2
-# define ENCODERS_CW_KEY { {4, 5}, {6, 5} }
-# define ENCODERS_CCW_KEY { {3, 5}, {5, 5} }
#endif // ENCODER_ENABLE