diff options
author | Joel Challis <git@zvecr.com> | 2021-01-10 22:15:29 +0000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:14 -0800 |
commit | 47a047a9eeab21933fc9d61f9ce084279860c7ba (patch) | |
tree | 65c34a49fd84e954d7e4ab10d6ed59efdad3ffe2 /tmk_core/common | |
parent | c23161cbb2fef7c3404a174b611a29046ff739e4 (diff) |
manually run formatting job (#11503)
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/action_tapping.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action_tapping.h b/tmk_core/common/action_tapping.h index 4d10c668af..893ccb1ce1 100644 --- a/tmk_core/common/action_tapping.h +++ b/tmk_core/common/action_tapping.h @@ -34,8 +34,8 @@ uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache); void action_tapping_process(keyrecord_t record); uint16_t get_tapping_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_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); #endif |