summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-28 12:28:30 -0400
committerGitHub <noreply@github.com>2016-07-28 12:28:30 -0400
commit80667e898a17dfae86189d9f5f7dfcc9c7a08eea (patch)
treef5216f68819c016e216583057816e88521d1dcc7 /quantum/process_keycode/process_tap_dance.h
parente5ac0e8369113ddbd5e4b6519269ca7978adca64 (diff)
parentb21e8b97acb722bfa7b85831cfd010716ed77962 (diff)
Merge pull request #572 from algernon/f/tap-dance-debug
tap-dance: Add some debugging support
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
-rw-r--r--quantum/process_keycode/process_tap_dance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h
index e2c74efe91..6a1258067e 100644
--- a/quantum/process_keycode/process_tap_dance.h
+++ b/quantum/process_keycode/process_tap_dance.h
@@ -49,6 +49,7 @@ typedef struct
}
extern const qk_tap_dance_action_t tap_dance_actions[];
+extern bool td_debug_enable;
/* To be used internally */