diff options
author | GG <72414103+spbgzh@users.noreply.github.com> | 2022-01-15 08:49:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 21:49:11 -0800 |
commit | 2e266c7ec1298edea38854495878563e9b2e381b (patch) | |
tree | fbe0eecca7963f2d9f73234e6a680344306a6eaf /keyboards/meletrix/zoom65_lite/config.h | |
parent | f8870a4c8a3f35e80b168fb8b302c6bf918269c7 (diff) |
[Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876)
Diffstat (limited to 'keyboards/meletrix/zoom65_lite/config.h')
-rw-r--r-- | keyboards/meletrix/zoom65_lite/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 } } |