-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Added Delay time to sending each Keys for VIA Macros function feature #16810
Conversation
And would prefer to use |
It good . Thank you .
But |
Glad to hear it. And yeah, it works better.
I do understand that, but it's another define that needs to be added, basically. However, something like this may work: #ifndef VIA_MACRO_DELAY
# define VIA_MACRO_DELAY TAP_CODE_DELAY
#endif This would default to the core |
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Thank you . |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Description
When playing back the VIA macro feature for UI manipulation, the UI may miss keystrokes because the keys are sent too fast.
This problem can be solved by adding a wait time for each key transmission.
Example.
to delay 10ms each key transmission in VIA macros.
Types of Changes
Issues Fixed or Closed by This PR
Checklist