diff options
| author | Gergely Nagy <algernon@madhouse-project.org> | 2016-08-17 10:28:08 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@madhouse-project.org> | 2016-08-17 10:28:08 +0200 |
| commit | d78058cc75a9b05a6885991506d5f807ebb2a9f9 (patch) | |
| tree | ea90a5b9e9508b873ad0d2810c5e7fc0af093eca | |
| parent | cc7acfb416d446a123d10d2c33c3344f1f684f1b (diff) | |
| download | qmk_firmware-d78058cc75a9b05a6885991506d5f807ebb2a9f9.tar.gz qmk_firmware-d78058cc75a9b05a6885991506d5f807ebb2a9f9.zip | |
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>
| -rw-r--r-- | quantum/process_keycode/process_tap_dance.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 1 | #include "quantum.h" | 1 | #include "quantum.h" |
| 2 | #include "action_tapping.h" | ||
| 2 | 3 | ||
| 3 | static qk_tap_dance_state_t qk_tap_dance_state; | 4 | static qk_tap_dance_state_t qk_tap_dance_state; |
| 4 | bool td_debug_enable = false; | 5 | bool td_debug_enable = false; |
