zmk/app/tests/hold-tap
Andrew Rae 2f6abff3bc refactor(behaviors): Giving global-quick-tap its own term
Detaching the global-quick-tap functionality from the quick-tap term.
This makes way for two improvements:

1. This functionality can be added to combos under a unified name
   'global-quick-tap-ms'.

2. This allows users to set a lower term for the 'global-quick-tap'
   (typically ~100ms), and a higher term for the regular
   quick-tap (typically ~200ms)

This deprecates the global-quick-tap option, however if it is set, the
quick-tap-ms value will be copied to global-quick-tap-ms.
2023-10-03 01:12:47 -07:00
..
balanced refactor(behaviors): Giving global-quick-tap its own term 2023-10-03 01:12:47 -07:00
hold-preferred refactor(behaviors): Giving global-quick-tap its own term 2023-10-03 01:12:47 -07:00
tap-preferred refactor(behaviors): Giving global-quick-tap its own term 2023-10-03 01:12:47 -07:00
tap-unless-interrupted refactor(behaviors): Giving global-quick-tap its own term 2023-10-03 01:12:47 -07: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.