]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
tap-dance: Include action_tapping.h for TAPPING_TERM
authorGergely Nagy <algernon@madhouse-project.org>
Wed, 17 Aug 2016 08:28:08 +0000 (10:28 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Wed, 17 Aug 2016 08:28:08 +0000 (10:28 +0200)
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>
quantum/process_keycode/process_tap_dance.c

index 5429e34383573124af5ac456ad4762e415937429..bab5c4dbd80f4338e5d0d93467bdb2a6d44ea776 100644 (file)
@@ -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;