diff options
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.c')
| -rw-r--r-- | quantum/process_keycode/process_tap_dance.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c index 706f5cddbb..1b2c6c8a44 100644 --- a/quantum/process_keycode/process_tap_dance.c +++ b/quantum/process_keycode/process_tap_dance.c | |||
| @@ -13,7 +13,14 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | |||
| 17 | #include "process_tap_dance.h" | ||
| 16 | #include "quantum.h" | 18 | #include "quantum.h" |
| 19 | #include "action_layer.h" | ||
| 20 | #include "action_tapping.h" | ||
| 21 | #include "action_util.h" | ||
| 22 | #include "timer.h" | ||
| 23 | #include "wait.h" | ||
| 17 | 24 | ||
| 18 | static uint16_t active_td; | 25 | static uint16_t active_td; |
| 19 | static uint16_t last_tap_time; | 26 | static uint16_t last_tap_time; |
