-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
fast Tapped Key not registering with RETRO_TAPPING and TAPPING_TERM < 100 #6557
Comments
Can replicate, have the same issue.
Keyboard: Plaid (ATMEGA328P) |
so possibly fixed it. at least it works for me and see no problem so far. attaching patch file |
@ales thank you very much, your patch fixes the issue for me. I have been using it for the last 3 days and at least with my keymap/typing style i wasn't able to notice any issues with it. |
@ales I think you have a PR for this, as well? |
This issue has been automatically marked as resolved because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know. |
Was this fixed actually? I'm experiencing the same issue |
Not fixed as far as i can tell. Here's a rebased version of @ales patch. It still works. |
Thanks @rautesamtr, patch works for me 👍. I opened a PR with the patch (#12899) |
@rautesamtr I'm using the workaround by @ales
with the patch. One thing that I'm noticing is that if I have let's say the following to buttons:
and I want to press There seem to be something that needs to be activated first, ie I can hold Any idea why this might be? |
Anyone stumbling on this, the above issue is solved in #12899 for at least these settings |
Describe the Bug
Hi in my layout i use the following two LT defines:
When using them with
RETRO_TAPPING
andTAPPING_TERM 100
or smaller i noticed that space or esc would not register sometimes even when i clearly pressed and released the corresponding key. After some testing i could easily reproduce this by tapping an LT Key quickly after any other key on my default layer. e.g. A then Space/Layer will result in just 'A' rather then 'a ' with a space after it. It seems so be easier to reproduce this by pressing Space/Layer while A is still pressed and then release A first and then Space/Layer.Debugging for the example
Matrix
r/c for A is 02/1
r/c for Space/Layer is 00/7
Case 1 of missing space
Case 2 of missing space
keyboard report
Missing space
Working Space
System Information
Edit: Also tested on avr-gcc 8.3
The text was updated successfully, but these errors were encountered: