zmk_mf68/app/tests/hold-tap/balanced/5-quick-tap
Okke Formsma 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)
Tap-and-hold a hold-tap to hold the tap behavior so it can repeat.
After a tap, if the same key is pressed within `quick_tap_ms`, the
tap behavior is always picked.

This is useful for things like `&ht LSHFT BACKSPACE` where holding
the backspace is required.

Implements #288.
2021-02-02 15:28:16 -05:00
..
events.patterns behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
keycode_events.snapshot behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
native_posix.keymap behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00