Browse Source

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

pull/17394/head
Yutong Zhou 1 year ago
committed by GitHub
parent
commit
1c45845178
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/basketweave/config.h

+ 2
- 2
keyboards/basketweave/config.h 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


Loading…
Cancel
Save