]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common_features.mk
Extended the hint of the programmer to link to the relevant README part instead of...
[qmk_firmware.git] / common_features.mk
index 69fdac87dd0e27bc46a80635a79e8aad27e8f7f5..a7c366a109483b24e2d7c93695b7e2ca7198ec34 100644 (file)
@@ -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 \