fixes custom matrix include
This commit is contained in:
parent
0836e47e33
commit
3d50a2867b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ QUANTUM_SRC:= \
|
||||||
$(QUANTUM_DIR)/keymap_common.c \
|
$(QUANTUM_DIR)/keymap_common.c \
|
||||||
$(QUANTUM_DIR)/keycode_config.c
|
$(QUANTUM_DIR)/keycode_config.c
|
||||||
|
|
||||||
ifndef CUSTOM_MATRIX
|
ifneq ($(strip $(CUSTOM_MATRIX)), yes)
|
||||||
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
|
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
|
||||||
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c
|
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue