Skip to content

Commit

Permalink
[Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbgzh authored Jan 15, 2022
1 parent f8870a4 commit 2e266c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/meletrix/zoom65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand Down
3 changes: 3 additions & 0 deletions keyboards/meletrix/zoom65_lite/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand Down

0 comments on commit 2e266c7

Please sign in to comment.