diff options
author | Joel Challis <git@zvecr.com> | 2020-12-11 13:49:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 13:49:31 +0000 |
commit | 4b03b6f7f42a9d25ae00f4d34b0a6151ad2e0e80 (patch) | |
tree | 07ac2f5da62af79595b960de6323e21d7d9e3d56 /keyboards/nightingale_studios/hailey/config.h | |
parent | 1ebd243cdc759e68205787af7d6517d89632876a (diff) |
Nightingale Studios Hailey production fixes (#11180)
Diffstat (limited to 'keyboards/nightingale_studios/hailey/config.h')
-rw-r--r-- | keyboards/nightingale_studios/hailey/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nightingale_studios/hailey/config.h b/keyboards/nightingale_studios/hailey/config.h index ad2b8aafc8..e3eb062c3b 100644 --- a/keyboards/nightingale_studios/hailey/config.h +++ b/keyboards/nightingale_studios/hailey/config.h @@ -47,8 +47,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -#define ENCODERS_PAD_A { B4 } -#define ENCODERS_PAD_B { B3 } +#define ENCODERS_PAD_A { B3 } +#define ENCODERS_PAD_B { B4 } /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |