summaryrefslogtreecommitdiff
path: root/quantum/action_tapping.h
diff options
context:
space:
mode:
authornicknimchuk <32887909+nicknimchuk@users.noreply.github.com>2022-11-13 10:34:59 -0600
committerGitHub <noreply@github.com>2022-11-14 03:34:59 +1100
commitc1ef943ce0dccacd222b66cffaac43417c840373 (patch)
treef71ca40c5ee763762acac81d0c7494cd53c7e452 /quantum/action_tapping.h
parentd627609f5e7a1a810b5cd492222754f5b2e65030 (diff)
Add missing prototype for get_hold_on_other_key_press to resolve #18855 (#19056)
Closes undefined
Diffstat (limited to 'quantum/action_tapping.h')
-rw-r--r--quantum/action_tapping.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h
index 9b64c93120..bcccc7ac45 100644
--- a/quantum/action_tapping.h
+++ b/quantum/action_tapping.h
@@ -40,6 +40,7 @@ bool get_permissive_hold(uint16_t keycode, keyrecord_t *record);
bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record);
bool get_retro_tapping(uint16_t keycode, keyrecord_t *record);
+bool get_hold_on_other_key_press(uint16_t keycode, keyrecord_t *record);
#ifdef DYNAMIC_TAPPING_TERM_ENABLE
extern uint16_t g_tapping_term;