diff options
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 |