Skip to content

Commit

Permalink
Rotary encoder setting revised to solve a malfunction. (an update of …
Browse files Browse the repository at this point in the history
…Asymmetric encoders, encoder tests. (qmk#16068) is applied.)
  • Loading branch information
3araht committed Aug 31, 2022
1 parent 592b5be commit 4390009
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions keyboards/bandominedoni/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,14 @@
* 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} }
# define ENCODERS 1
# define ENCODERS_CW_KEY { {6, 5} }
# define ENCODERS_CCW_KEY { {5, 5} }
#endif // ENCODER_ENABLE

0 comments on commit 4390009

Please sign in to comment.