diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-28 12:42:21 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-28 12:42:21 -0400 |
commit | 2d59c97ec16914835c55a409b460ecc79eba152d (patch) | |
tree | 14d5a07022da83a56c05738f2aa319ae84e41c2f /quantum/process_keycode/process_tap_dance.h | |
parent | 911d0a040e18ef10d4a683727845ba0314fe1226 (diff) | |
parent | 80667e898a17dfae86189d9f5f7dfcc9c7a08eea (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.h | 1 |
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 */ |