Skip to content

Commit

Permalink
Add missing prototype for get_hold_on_other_key_press to resolve qmk#…
Browse files Browse the repository at this point in the history
…18855 (qmk#19056)

Closes undefined
  • Loading branch information
nicknimchuk authored and elpekenin committed Dec 7, 2022
1 parent b64c71b commit 03213aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/action_tapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03213aa

Please sign in to comment.