Skip to content

Commit

Permalink
[Keyboard] Flip encoder pads on basketweave (qmk#17375)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazho authored and schattenbrot committed Aug 2, 2022
1 parent 609626a commit 8381f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/basketweave/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8381f42

Please sign in to comment.