Quick tap option for hold-taps (mod-taps / layer-taps) in QMK/ZMK is the option where holding down a hold-tap key after double-tapping it repeats the tap key.
While this can be reproduced with a morse action like { tap = "A", hold = "B", hold_after_tap = "A" }, it's a pain to define this settings for every single mod-tap / layer-tap instance. Also, it is inconvenient that it is displayed as TD(n) in Vial, making it unclear what it actually produces.
It would be convenient if this could be enabled as a morse profile option, and above mentioned configurations would be applied automatically.
References
Quick tap option for hold-taps (mod-taps / layer-taps) in QMK/ZMK is the option where holding down a hold-tap key after double-tapping it repeats the tap key.
While this can be reproduced with a morse action like
{ tap = "A", hold = "B", hold_after_tap = "A" }, it's a pain to define this settings for every single mod-tap / layer-tap instance. Also, it is inconvenient that it is displayed asTD(n)in Vial, making it unclear what it actually produces.It would be convenient if this could be enabled as a morse profile option, and above mentioned configurations would be applied automatically.
References
quick-tap-termin QMK docs: https://docs.qmk.fm/tap_hold#quick-tap-termquick-tap-msin ZMK docs: https://zmk.dev/docs/keymaps/behaviors/hold-tap#quick-tap-ms