-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(Legion Go S): Add Legion Go S Support #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small things to fix and some nitpicks, but other than that, this looks good! 👍
I'm not sure why my clippy isn't showing the same suggestions. Please review that I didn't miss anything since I'm getting no warnings on my end except the Touchpad events not used.. |
- Adds reading IMU data from MCU interface 5. This device polls at 1000Hz and provides all 3 axis for each interial measurement in a single report. - While at it, performs cleanup of unused event types and remanes many others to be simpler. The more complex names aren't needed for Go S as it doesn't have as many interfaces as the Go. - Adds basic support for the touchpad. X/Y events are disabled until a firmware update can enable ABS values instead of REL values.
🎉 This PR is included in version 0.42.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
TODO: