1
0
Fork 0

[Keyboard] Update encoder code for macro3 (#16005)

This commit is contained in:
Albert Y 2022-03-08 12:09:54 +08:00 committed by GitHub
parent 87c2f97def
commit 8f70adc0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -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 } \
}