X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common_features.mk;h=8f53a82aaecaabef5b56cd5b6a7b37363742fa63;hb=a91f439aec39ec8bbcbb2f579a9434c266f09f5c;hp=f44dfc47de1f918ebd74caaeeef808e96717b4f5;hpb=34112dac36482edbd5331eac3dfe436752ff7653;p=qmk_firmware.git diff --git a/common_features.mk b/common_features.mk index f44dfc47d..8f53a82aa 100644 --- a/common_features.mk +++ b/common_features.mk @@ -213,6 +213,7 @@ endif ifeq ($(strip $(TERMINAL_ENABLE)), yes) SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c OPT_DEFS += -DTERMINAL_ENABLE + OPT_DEFS += -DUSER_PRINT endif ifeq ($(strip $(USB_HID_ENABLE)), yes)