aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd96/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-01-15 01:58:32 +0000
committerGitHub <noreply@github.com>2020-01-15 01:58:32 +0000
commit48cac9e3c8710ae3e27c66fbd7043f38e7c6535e (patch)
treea34180fc73b535f3d2b8508f7267b872f0ddcb32 /keyboards/xd96/rules.mk
parent537b8713e5bc9690dca3c1ad8733132892d48ea2 (diff)
downloadfirmware-48cac9e3c8710ae3e27c66fbd7043f38e7c6535e.tar.gz
firmware-48cac9e3c8710ae3e27c66fbd7043f38e7c6535e.tar.bz2
firmware-48cac9e3c8710ae3e27c66fbd7043f38e7c6535e.zip
Migrate more custom matrix 'lite' code to core (#7863)
* Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
Diffstat (limited to 'keyboards/xd96/rules.mk')
-rw-r--r--keyboards/xd96/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd96/rules.mk b/keyboards/xd96/rules.mk
index d5ac5df36..9afd4eec4 100644
--- a/keyboards/xd96/rules.mk
+++ b/keyboards/xd96/rules.mk
@@ -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