summaryrefslogtreecommitdiff
path: root/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml
AgeCommit message (Collapse)Author
2021-02-24feature(hold-tap): Retro tappingOkke Formsma
2021-02-10style(hold-tap)!: Write hold-tap params with dashesOkke Formsma
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
2021-02-02behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)Okke Formsma
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.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-09-02some fixes based on feedbackOkke Formsma