Migrate more custom matrix 'lite' code to core (#7863)

* Migrate more custom matrix lite code to core

* Align function names

* fix up MATRIX_MASKED
This commit is contained in:
Joel Challis
2020-01-15 01:58:32 +00:00
committed by GitHub
parent 537b8713e5
commit 48cac9e3c8
9 changed files with 58 additions and 176 deletions

View File

@@ -37,5 +37,5 @@ LINK_TIME_OPTIMIZATION_ENABLE = yes
CUSTOM_MATRIX = lite
VPATH += drivers/gpio
SRC += custom_matrix_helper.c pca9555.c matrix.c
SRC += pca9555.c matrix.c
QUANTUM_LIB_SRC += i2c_master.c