From 2e266c7ec1298edea38854495878563e9b2e381b Mon Sep 17 00:00:00 2001 From: GG <72414103+spbgzh@users.noreply.github.com> Date: Sat, 15 Jan 2022 08:49:11 +0300 Subject: [PATCH] [Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876) --- keyboards/meletrix/zoom65/config.h | 3 +++ keyboards/meletrix/zoom65_lite/config.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/keyboards/meletrix/zoom65/config.h b/keyboards/meletrix/zoom65/config.h index 4eb85aeb49608fcc7f36ffcdc90e1765d7486cb5..6d6f6d18eb254590c545e1ba8f16e6204b31deee 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 062bda879432b8197003da7e0fcbdc7ebdb808db..1f98a4dfdadc412601957b9c352e58a70aa9af42 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 } }