From 4394fc35ea0af6b30aae5dc244281388903b9aa9 Mon Sep 17 00:00:00 2001 From: Zach White Date: Wed, 6 Jan 2021 10:42:37 -0800 Subject: change matrix/m20add to use non-standard names for non-standard pins --- keyboards/matrix/m20add/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/matrix/m20add/matrix.c') 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) { -- cgit v1.2.3