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

fix(macro): set the macro release states wait_ms #2357

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

Conversation

SolidHal
Copy link

@SolidHal SolidHal commented Jul 3, 2024

when we create a release trigger state for each press state we miss setting the releases wait_ms field, resulting in key releases all occuring instantaneously

this can result in lost key release commands
see issue #2356

logs testing this fix are posted in the linked issue

when we create a release trigger state for each press state
we miss setting the releases wait_ms field, resulting in
key releases all occuring instantaneously

this can result in lost key release commands
see issue zmkfirmware#2356
@SolidHal SolidHal requested a review from a team as a code owner July 3, 2024 01:35
@caksoylar caksoylar added bug Something isn't working behaviors labels Jul 3, 2024
@caksoylar
Copy link
Contributor

caksoylar commented Jul 3, 2024

It might be nice to add a test for this, perhaps?

I just noticed it also fails one of the tests anyway, so that would need to be handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behaviors bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants