zmk_mf68/app/tests/hold-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
..
balanced behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
hold-preferred behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
tap-preferred behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 2021-02-02 15:28:16 -05:00
README.md some fixes based on feedback 2020-09-02 15:26:06 +02:00
zmk-modtap-proposal.odg Initial implementation of hold-tap 2020-09-01 19:41:08 +02:00
zmk-modtap-proposal.pdf Initial implementation of hold-tap 2020-09-01 19:41:08 +02:00

Refer to the pdf/open document "zmk-modtap-proposal.{pdf,odt}" in this directory for a visual representation of the numbered tests for hold-tap.