tap-dance: Include action_tapping.h for TAPPING_TERM
Include `action_tapping.h`, so the keymap does not have to define a `TAPPING_TERM` for us, and we can use the default. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
This commit is contained in:
parent
cc7acfb416
commit
d78058cc75
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
#include "action_tapping.h"
|
||||||
|
|
||||||
static qk_tap_dance_state_t qk_tap_dance_state;
|
static qk_tap_dance_state_t qk_tap_dance_state;
|
||||||
bool td_debug_enable = false;
|
bool td_debug_enable = false;
|
||||||
|
|
Loading…
Reference in a new issue