Skip to content

Commit

Permalink
Remove defunct get_ignore_mod_tap_interrupt declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlK90 committed Apr 5, 2023
1 parent 8aea6a2 commit 2e7e16d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantum/action_tapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void action_tapping_process(keyrecord_t record);
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_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 2e7e16d

Please sign in to comment.