diff options
author | Stefan Kerkmann <karlk90@pm.me> | 2023-04-06 01:04:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 00:04:23 +0100 |
commit | 73b376a88151d03d43e0eca8242faa4bad199ac0 (patch) | |
tree | 5a904ef2e75c3ac2b69ff6b6a80ce661fb303d5c /quantum | |
parent | 71159275597d49fde16cd6643d106223415b0451 (diff) |
[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
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/action_tapping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h index 6099d80d6d..6b518b8298 100644 --- a/quantum/action_tapping.h +++ b/quantum/action_tapping.h @@ -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); |