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
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
I built a keyboard + trackball combo using this. Only problem is mouse clicks don't work (Button 1, Button 2 and Middle Button). X, Y movement and scrolling work great!
I made sure the reports are being sent correctly down the stack. Mouse buttons are the first uint8_t in the 5 length array. But they do nothing.
Same issue with keyboard MOUSE KEYS, they do nothing.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, thanks for making this!
I built a keyboard + trackball combo using this. Only problem is mouse clicks don't work (Button 1, Button 2 and Middle Button). X, Y movement and scrolling work great!
I made sure the reports are being sent correctly down the stack. Mouse buttons are the first uint8_t in the 5 length array. But they do nothing.
Same issue with keyboard MOUSE KEYS, they do nothing.
Thanks in advance!
The text was updated successfully, but these errors were encountered: