aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpspears <40127181+npspears@users.noreply.github.com>2021-01-01 19:38:50 -0600
committerGitHub <noreply@github.com>2021-01-02 12:38:50 +1100
commit13efa8290e7394b5386fdb588f3661ca1d0b7e7d (patch)
tree3296341bbe56b14bcc31921aa9ea33e51386c1cd
parent988715910ce58e21c9ab56e1a3e7da64b6e0c0f5 (diff)
downloadqmk_firmware-13efa8290e7394b5386fdb588f3661ca1d0b7e7d.tar.gz
qmk_firmware-13efa8290e7394b5386fdb588f3661ca1d0b7e7d.zip
Update quark pin config (#11398)
-rw-r--r--keyboards/quark/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/quark/config.h b/keyboards/quark/config.h
index 1dede7ed6..353569d8e 100644
--- a/keyboards/quark/config.h
+++ b/keyboards/quark/config.h
@@ -31,7 +31,7 @@
31 31
32/* key matrix pins */ 32/* key matrix pins */
33#define MATRIX_ROW_PINS { C5, C4, C6, C7, B7 } 33#define MATRIX_ROW_PINS { C5, C4, C6, C7, B7 }
34#define MATRIX_COL_PINS { B4, B5, B6, B3, C2, B2, B1, D2, D3, D4, D5, D6 } 34#define MATRIX_COL_PINS { B4, B5, B6, B3, C2, B2, D6, D2, D3, D4, D5, B1 }
35#define UNUSED_PINS 35#define UNUSED_PINS
36 36
37/* COL2ROW or ROW2COL */ 37/* COL2ROW or ROW2COL */