Avoid MATRIX_*_PINS due to schema validation errors (#15123)
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#include "tca6424.h"
|
||||
#include "abelx.h"
|
||||
|
||||
static const uint16_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;
|
||||
static const uint16_t col_pins[MATRIX_COLS] = CUSTOM_MATRIX_COL_PINS;
|
||||
|
||||
void matrix_init_custom(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user