[Keyboard] Flip encoder pads on basketweave (#17375)

This commit is contained in:
Yutong Zhou 2022-06-14 19:32:07 -04:00 committed by GitHub
parent f37de9a212
commit 1c45845178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,8 @@
*/
// #define GRAVE_ESC_CTRL_OVERRIDE
#define ENCODERS_PAD_A { C0 }
#define ENCODERS_PAD_B { D7 }
#define ENCODERS_PAD_A { D7 }
#define ENCODERS_PAD_B { C0 }
#define ENCODER_RESOLUTION 4
#define TAP_CODE_DELAY 10