Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) #655

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

okke-formsma
Copy link
Collaborator

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

Copy link
Contributor

@petejohanson petejohanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome!

Working like a champ for my layer taps on my Ferris, and tested by a few users, includes great tests as usual.

Thanks @okke-formsma

@petejohanson
Copy link
Contributor

@okke-formsma Argh! The refactor for the transform stuff caused conflicts. Can you please rebase, then we'll merge? Thanks!

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 zmkfirmware#288.
@petejohanson petejohanson merged commit 9a7908b into zmkfirmware:main Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behaviors enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants