aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/common_features.mk b/common_features.mk
index f7bdedf2f..8080113ef 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -511,11 +511,7 @@ ifneq ($(strip $(CUSTOM_MATRIX)), yes)
511 # if 'lite' then skip the actual matrix implementation 511 # if 'lite' then skip the actual matrix implementation
512 ifneq ($(strip $(CUSTOM_MATRIX)), lite) 512 ifneq ($(strip $(CUSTOM_MATRIX)), lite)
513 # Include the standard or split matrix code if needed 513 # Include the standard or split matrix code if needed
514 ifeq ($(strip $(SPLIT_KEYBOARD)), yes) 514 QUANTUM_SRC += $(QUANTUM_DIR)/matrix.c
515 QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c
516 else
517 QUANTUM_SRC += $(QUANTUM_DIR)/matrix.c
518 endif
519 endif 515 endif
520endif 516endif
521 517