diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2020-12-01 12:04:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 10:04:42 -0800 |
commit | a8d0ec0749046b0ab89c18b1b7083b1e8674de2a (patch) | |
tree | 06c81bed47c6f4128bf0fc33697646994bffab00 /tmk_core/common.mk | |
parent | 9c03a8959621016d27fdd7cdfbabce28fd7d1757 (diff) |
[Split] Sync Timer feature (#10997)
A timer that is kept in sync between the halves of a split keyboard
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 fdf2aa0972..05839824c0 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -18,6 +18,7 @@ TMK_COMMON_SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/report.c \ $(PLATFORM_COMMON_DIR)/suspend.c \ $(PLATFORM_COMMON_DIR)/timer.c \ + $(COMMON_DIR)/sync_timer.c \ $(PLATFORM_COMMON_DIR)/bootloader.c \ ifeq ($(PLATFORM),AVR) |