diff options
| author | Joel Challis | 2021-02-28 16:52:58 +0100 |
|---|---|---|
| committer | GitHub | 2021-02-28 16:52:58 +0100 |
| commit | 5ba4391cf29ce624f17593417212b3dbca1609ad (patch) | |
| tree | 61580567d52c26c482e57083eb85a19991a7d601 /tmk_core/common.mk | |
| parent | 415a8bc249d5c366487f69b3547198d17044a5de (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/common.mk')
| -rw-r--r-- | tmk_core/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk index c2fc522cea..2f8f81126a 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -12,6 +12,7 @@ TMK_COMMON_SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/sendchar_null.c \ $(COMMON_DIR)/eeconfig.c \ $(COMMON_DIR)/report.c \ + $(COMMON_DIR)/usb_util.c \ $(PLATFORM_COMMON_DIR)/suspend.c \ $(PLATFORM_COMMON_DIR)/timer.c \ $(COMMON_DIR)/sync_timer.c \ |