Skip to content

Commit

Permalink
Add function declaration for get_quick_tap_term
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlK90 committed Dec 12, 2022
1 parent f46f9e7 commit 97a2ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/action_tapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ void action_tapping_process(keyrecord_t record);
#endif

uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record);
uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t *record);
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);

Expand Down

0 comments on commit 97a2ddc

Please sign in to comment.