[Chore] Remove stray mod tap interrupt defines and per key functions (#20347)
* Remove stray defines and per key functions * Remove defunct get_ignore_mod_tap_interrupt declaration
This commit is contained in:
parent
7115927559
commit
73b376a881
7 changed files with 5 additions and 44 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue