From: Gergely Nagy Date: Wed, 17 Aug 2016 08:28:08 +0000 (+0200) Subject: tap-dance: Include action_tapping.h for TAPPING_TERM X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d78058cc75a9b05a6885991506d5f807ebb2a9f9;p=qmk_firmware.git 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 --- diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c index 5429e3438..bab5c4dbd 100644 --- a/quantum/process_keycode/process_tap_dance.c +++ b/quantum/process_keycode/process_tap_dance.c @@ -1,4 +1,5 @@ #include "quantum.h" +#include "action_tapping.h" static qk_tap_dance_state_t qk_tap_dance_state; bool td_debug_enable = false;