X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common_features.mk;h=a7c366a109483b24e2d7c93695b7e2ca7198ec34;hb=0afaed853519cf633b0a8962488f58a69505c8b4;hp=69fdac87dd0e27bc46a80635a79e8aad27e8f7f5;hpb=ee132284861f1084046086b7ae11d56623df7834;p=qmk_firmware.git diff --git a/common_features.mk b/common_features.mk index 69fdac87d..a7c366a10 100644 --- a/common_features.mk +++ b/common_features.mk @@ -171,6 +171,10 @@ ifeq ($(strip $(TERMINAL_ENABLE)), yes) OPT_DEFS += -DTERMINAL_ENABLE endif +ifeq ($(strip $(USB_HID_ENABLE)), yes) + include $(TMK_DIR)/protocol/usb_hid.mk +endif + QUANTUM_SRC:= \ $(QUANTUM_DIR)/quantum.c \ $(QUANTUM_DIR)/keymap_common.c \