summaryrefslogtreecommitdiff
path: root/keyboards/matrix/m20add/matrix.c
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-06 10:42:37 -0800
committerZach White <skullydazed@drpepper.org>2021-01-07 21:21:12 -0800
commit4394fc35ea0af6b30aae5dc244281388903b9aa9 (patch)
tree45bcc525bdfa42114d75c574b3766f7329c4f2a0 /keyboards/matrix/m20add/matrix.c
parent82007aa03a93ba77e54f4660c80ef3749630de0c (diff)
change matrix/m20add to use non-standard names for non-standard pins
Diffstat (limited to 'keyboards/matrix/m20add/matrix.c')
-rw-r--r--keyboards/matrix/m20add/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/m20add/matrix.c b/keyboards/matrix/m20add/matrix.c
index b17643fea8..e9ddbdff62 100644
--- a/keyboards/matrix/m20add/matrix.c
+++ b/keyboards/matrix/m20add/matrix.c
@@ -10,7 +10,7 @@
#include "tca6424.h"
#include "m20add.h"
-static const uint16_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;
+static const uint16_t col_pins[MATRIX_COLS] = MATRIX_M20_COL_PINS;
void matrix_init_custom(void)
{