zmk_mf68/app/tests/hold-tap
Okke Formsma 0c1940bb79 feature(hold-tap): no-hold-flash for retro taps
This is an improvement on retro-tap, solving the 'flashing hold' issue
users people experience.

When the tapping-term expires, the hold key is normally pressed. When
retro-tap is enabled, this is undesirable; only an interrupted hold-tap
should trigger the hold behavior.

This change disables the hold behavior for the 'STATUS_HOLD_TIMER'
state when retro-tap is enabled, and makes sure the
'STATUS_HOLD_INTERRUPT' state will be triggered when appropriate.
2021-02-24 07:24:27 -05:00
..
balanced feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
hold-preferred feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -05:00
tap-preferred feature(hold-tap): no-hold-flash for retro taps 2021-02-24 07:24:27 -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.