Avoid MATRIX_*_PINS due to schema validation errors (#15123)
This commit is contained in:
parent
d13286fd29
commit
0b2bc89559
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue