diff options
Diffstat (limited to 'keyboards/matrix/abelx/matrix.c')
| -rw-r--r-- | keyboards/matrix/abelx/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/abelx/matrix.c b/keyboards/matrix/abelx/matrix.c index 56129bd0b..d8d87b7d8 100644 --- a/keyboards/matrix/abelx/matrix.c +++ b/keyboards/matrix/abelx/matrix.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include "tca6424.h" | 25 | #include "tca6424.h" |
| 26 | #include "abelx.h" | 26 | #include "abelx.h" |
| 27 | 27 | ||
| 28 | static const uint16_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS; | 28 | static const uint16_t col_pins[MATRIX_COLS] = CUSTOM_MATRIX_COL_PINS; |
| 29 | 29 | ||
| 30 | void matrix_init_custom(void) | 30 | void matrix_init_custom(void) |
| 31 | { | 31 | { |
