diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-03-08 12:09:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 20:09:54 -0800 |
commit | 8f70adc0b6e8c1e7f08f9fd2496385c4053282ee (patch) | |
tree | a3e6dd87a98fc82049a79701f6c359b082c90587 /keyboards/macro3/config.h | |
parent | 87c2f97def26e4899d1c48a4428f3026aa914275 (diff) |
[Keyboard] Update encoder code for macro3 (#16005)
Diffstat (limited to 'keyboards/macro3/config.h')
-rw-r--r-- | keyboards/macro3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/macro3/config.h b/keyboards/macro3/config.h index 722cdf319f..7e7b371960 100644 --- a/keyboards/macro3/config.h +++ b/keyboards/macro3/config.h @@ -18,7 +18,7 @@ #define MATRIX_COLS 4 /* key matrix pins */ -#define DIRECT_PINS { \ +#define DIRECT_PINS { \ { D7, C6, D4, D1 }, \ { B1, B4, B5, B3 } \ } |