diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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) | |||
171 | OPT_DEFS += -DTERMINAL_ENABLE | 171 | OPT_DEFS += -DTERMINAL_ENABLE |
172 | endif | 172 | endif |
173 | 173 | ||
174 | ifeq ($(strip $(USB_HID_ENABLE)), yes) | ||
175 | include $(TMK_DIR)/protocol/usb_hid.mk | ||
176 | endif | ||
177 | |||
174 | QUANTUM_SRC:= \ | 178 | QUANTUM_SRC:= \ |
175 | $(QUANTUM_DIR)/quantum.c \ | 179 | $(QUANTUM_DIR)/quantum.c \ |
176 | $(QUANTUM_DIR)/keymap_common.c \ | 180 | $(QUANTUM_DIR)/keymap_common.c \ |