|
|
@ -213,6 +213,7 @@ endif
|
|
|
|
ifeq ($(strip $(TERMINAL_ENABLE)), yes)
|
|
|
|
ifeq ($(strip $(TERMINAL_ENABLE)), yes)
|
|
|
|
SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c
|
|
|
|
SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c
|
|
|
|
OPT_DEFS += -DTERMINAL_ENABLE
|
|
|
|
OPT_DEFS += -DTERMINAL_ENABLE
|
|
|
|
|
|
|
|
OPT_DEFS += -DUSER_PRINT
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
|
|
|
ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
|
|
|