forked from mirrors/qmk_firmware
Closes undefined
This commit is contained in:
parent
d627609f5e
commit
c1ef943ce0
1 changed files with 1 additions and 0 deletions
|
@ -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_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
|
||||||
bool get_tapping_force_hold(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_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
|
#ifdef DYNAMIC_TAPPING_TERM_ENABLE
|
||||||
extern uint16_t g_tapping_term;
|
extern uint16_t g_tapping_term;
|
||||||
|
|
Loading…
Reference in a new issue