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 /quantum/quantum.h | |
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 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index cb0af306ac..59c3dd4904 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -53,6 +53,7 @@ #include "eeconfig.h" #include "bootloader.h" #include "timer.h" +#include "sync_timer.h" #include "config_common.h" #include "led.h" #include "action_util.h" |