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

TAPPING_FORCE_HOLD needs documentation #2957

Closed
drashna opened this issue May 13, 2018 · 1 comment
Closed

TAPPING_FORCE_HOLD needs documentation #2957

drashna opened this issue May 13, 2018 · 1 comment

Comments

@drashna
Copy link
Member

drashna commented May 13, 2018

As title.
#889
#1098

#ifndef TAPPING_FORCE_HOLD
if (!tapping_key.tap.interrupted && tapping_key.tap.count > 0) {
// sequential tap.
keyp->tap = tapping_key.tap;
if (keyp->tap.count < 15) keyp->tap.count += 1;
debug("Tapping: Tap press("); debug_dec(keyp->tap.count); debug(")\n");
process_record(keyp);
tapping_key = *keyp;
debug_tapping_key();
return true;
}
#endif

schodet added a commit to schodet/qmk_firmware that referenced this issue Jul 5, 2018
Also improve documentation for related settings.
drashna pushed a commit that referenced this issue Jul 6, 2018
Also improve documentation for related settings.
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this issue Jul 27, 2018
Also improve documentation for related settings.
@drashna
Copy link
Member Author

drashna commented Aug 31, 2018

Was documented.

@drashna drashna closed this as completed Aug 31, 2018
ChrissiQ pushed a commit to ChrissiQ/qmk_firmware that referenced this issue Sep 25, 2018
Also improve documentation for related settings.
yamad pushed a commit to yamad/qmk_firmware that referenced this issue Apr 10, 2019
Also improve documentation for related settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant