1
0
Fork 0

Avoid MATRIX_*_PINS due to schema validation errors (#15123)

This commit is contained in:
Joel Challis 2021-11-11 19:02:00 +00:00 committed by GitHub
parent d13286fd29
commit 0b2bc89559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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)
{