You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Zephyr USB stack doesn't implement any queue-ing of endpoint writes, so if ZMK attempts to send any HID updates while there's an active write occurring, it may fail. There is a small "retry" tried, but no real queue that is saved while waiting for the write to complete.
Implementing this will help be sure no USB updates are dropped.
The text was updated successfully, but these errors were encountered:
The Zephyr USB stack doesn't implement any queue-ing of endpoint writes, so if ZMK attempts to send any HID updates while there's an active write occurring, it may fail. There is a small "retry" tried, but no real queue that is saved while waiting for the write to complete.
Implementing this will help be sure no USB updates are dropped.
The text was updated successfully, but these errors were encountered: