You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Kuehling 4ae7525923
Bug17281 - Retain momentary layers until the end of tapping (#17282)
* Make process_tapping more readable

Move most #ifdefs into conditionally defined macros to make the logic
easier to follow.

* Retain momentary layers until the end of tapping

This allows mod-tap and layer-tap keys on layers to behave as expected.

Bug: https://github.com/qmk/qmk_firmware/issues/17281

* Add tests for delayed mod/layer release while tapping

Mods and layer key release is delayed while tapping is in progress to
ensure that the tap is registered with the modifier state and on the
layer where the key was first pressed.

Signed-off-by: Felix Kuehling <felix.kuehling@gmail.com>
3 years ago
..
auto_shift Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Retro Shift. (#17284) 4 years ago
autocorrect [Core] Add getreuer's Autocorrect feature to core (#15699) 3 years ago
basic Bug17281 - Retain momentary layers until the end of tapping (#17282) 3 years ago
caps_word Normalise Unicode keycodes (#18898) 3 years ago
secure Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Retro Shift. (#17284) 4 years ago
tap_dance Fix layer switching from tap dances by redoing the keymap lookup (#17935) 3 years ago
tap_hold_configurations Format code according to conventions (#18818) 3 years ago
test_common Normalise Unicode keycodes (#18898) 3 years ago