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

kbscan: Increase debounce time from 10ms to 20ms #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

uSpike
Copy link

@uSpike uSpike commented Jan 19, 2024

I found that a debounce time of 10ms was causing very frequent twice-registered keys with my typing style. After setting the debounce time to 20ms I find that no repeated characters occur when typing 10 line of text.

Fixes: system76/firmware-open#509

I found that a debounce time of 10ms was causing very frequent
twice-registered keys with my typing style.  After setting the
debounce time to 20ms I find that no repeated characters occur
when typing 10 line of text.

Ref: system76/firmware-open#509
Signed-off-by: Jordan Speicher <jordan@jspeicher.com>
@leviport leviport requested review from a team January 19, 2024 22:30
@leviport leviport self-assigned this Jan 22, 2024
Copy link
Member

@leviport leviport left a comment

Choose a reason for hiding this comment

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

This seems like it's working fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

darp8 keyboard debounce too lax resulting in multiple chharacters
2 participants