[Keyboard] Fix encoder bug zoom65 and zoom65_litte (#15876)

fix_template_bootmagic
GG 3 years ago committed by GitHub
parent f8870a4c8a
commit 2e266c7ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      keyboards/meletrix/zoom65/config.h
  2. 3
      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 } }

@ -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 } }

Loading…
Cancel
Save