1
0
Fork 0

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

This commit is contained in:
GG 2022-01-15 08:49:11 +03:00 committed by GitHub
parent f8870a4c8a
commit 2e266c7ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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

View file

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