summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-02-28 15:52:58 +0000
committerGitHub <noreply@github.com>2021-02-28 15:52:58 +0000
commit5ba4391cf29ce624f17593417212b3dbca1609ad (patch)
tree61580567d52c26c482e57083eb85a19991a7d601 /tmk_core/protocol/chibios.mk
parent415a8bc249d5c366487f69b3547198d17044a5de (diff)
Refactor of USB code within split_common (#11890)
* Initial refactor of usb code within split_common * Add headers * Correct disable condition * Format * Align func name
Diffstat (limited to 'tmk_core/protocol/chibios.mk')
-rw-r--r--tmk_core/protocol/chibios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios.mk b/tmk_core/protocol/chibios.mk
index 80554abb32..d01697835b 100644
--- a/tmk_core/protocol/chibios.mk
+++ b/tmk_core/protocol/chibios.mk
@@ -6,6 +6,7 @@ SRC += $(CHIBIOS_DIR)/usb_main.c
SRC += $(CHIBIOS_DIR)/main.c
SRC += usb_descriptor.c
SRC += $(CHIBIOS_DIR)/usb_driver.c
+SRC += $(CHIBIOS_DIR)/usb_util.c
SRC += $(LIBSRC)
VPATH += $(TMK_PATH)/$(PROTOCOL_DIR)