|
@@ -334,11 +334,6 @@ ifeq ($(strip $(PRINTING_ENABLE)), yes)
|
|
|
SRC += $(TMK_DIR)/protocol/serial_uart.c
|
|
SRC += $(TMK_DIR)/protocol/serial_uart.c
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
-ifeq ($(strip $(KEY_OVERRIDE_ENABLE)), yes)
|
|
|
|
|
- OPT_DEFS += -DKEY_OVERRIDE_ENABLE
|
|
|
|
|
- SRC += $(QUANTUM_DIR)/process_keycode/process_key_override.c
|
|
|
|
|
-endif
|
|
|
|
|
-
|
|
|
|
|
ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)
|
|
ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)
|
|
|
SERIAL_SRC := $(wildcard $(SERIAL_PATH)/protocol/*.c)
|
|
SERIAL_SRC := $(wildcard $(SERIAL_PATH)/protocol/*.c)
|
|
|
SERIAL_SRC += $(wildcard $(SERIAL_PATH)/system/*.c)
|
|
SERIAL_SRC += $(wildcard $(SERIAL_PATH)/system/*.c)
|
|
@@ -663,6 +658,11 @@ ifeq ($(strip $(COMBO_ENABLE)), yes)
|
|
|
OPT_DEFS += -DCOMBO_ENABLE
|
|
OPT_DEFS += -DCOMBO_ENABLE
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
|
|
+ifeq ($(strip $(KEY_OVERRIDE_ENABLE)), yes)
|
|
|
|
|
+ SRC += $(QUANTUM_DIR)/process_keycode/process_key_override.c
|
|
|
|
|
+ OPT_DEFS += -DKEY_OVERRIDE_ENABLE
|
|
|
|
|
+endif
|
|
|
|
|
+
|
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
|
SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c
|
|
SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c
|
|
|
OPT_DEFS += -DTAP_DANCE_ENABLE
|
|
OPT_DEFS += -DTAP_DANCE_ENABLE
|