summaryrefslogtreecommitdiff
path: root/keyboards/meletrix
diff options
context:
space:
mode:
authorGG <72414103+spbgzh@users.noreply.github.com>2022-01-15 08:49:11 +0300
committerGitHub <noreply@github.com>2022-01-14 21:49:11 -0800
commit2e266c7ec1298edea38854495878563e9b2e381b (patch)
treefbe0eecca7963f2d9f73234e6a680344306a6eaf /keyboards/meletrix
parentf8870a4c8a3f35e80b168fb8b302c6bf918269c7 (diff)
[Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876)
Diffstat (limited to 'keyboards/meletrix')
-rw-r--r--keyboards/meletrix/zoom65/config.h3
-rw-r--r--keyboards/meletrix/zoom65_lite/config.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/meletrix/zoom65/config.h b/keyboards/meletrix/zoom65/config.h
index 4eb85aeb49..6d6f6d18eb 100644
--- a/keyboards/meletrix/zoom65/config.h
+++ b/keyboards/meletrix/zoom65/config.h
@@ -42,6 +42,9 @@
#define ENCODERS_PAD_B { B0 }
#define ENCODERS 1
+
+#define ENCODER_RESOLUTION 2
+
// Note: array is { col, row )
#define ENCODERS_CW_KEY { { 5, 4 } }
#define ENCODERS_CCW_KEY { { 3, 4 } }
diff --git a/keyboards/meletrix/zoom65_lite/config.h b/keyboards/meletrix/zoom65_lite/config.h
index 062bda8794..1f98a4dfda 100644
--- a/keyboards/meletrix/zoom65_lite/config.h
+++ b/keyboards/meletrix/zoom65_lite/config.h
@@ -42,6 +42,9 @@
#define ENCODERS_PAD_B { B0 }
#define ENCODERS 1
+
+#define ENCODER_RESOLUTION 2
+
// Note: array is { col, row )
#define ENCODERS_CW_KEY { { 5, 4 } }
#define ENCODERS_CCW_KEY { { 3, 4 } }