zmk_mf68/app/tests/hold-tap
Okke Formsma efa497c69b fix(behaviors): Fix timing of delayed hold-tap trigger
A hold-tap timer event would be triggered too soon if the hold-tap
was delayed for longer than its tapping-term. This may cause
accidental hold behavior when the correct behavior would be tap.

By queuing the timer event instead of executing it immediately,
other delayed events get a chance to be processed properly.
2021-06-13 10:44:18 -04: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 fix(behaviors): Fix timing of delayed hold-tap trigger 2021-06-13 10:44:18 -04: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.