-
-
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
improvements for Cirque Pinnacle trackpads #17091
Conversation
79d6f24
to
8d2cda6
Compare
c5df4fb
to
7f2caa7
Compare
948cd56
to
c1cf2e8
Compare
* read Software Data Ready bit before actually reading data to avoid useless work * throttle data feed to 10ms by default, which is the fastest that Pinnacle supports * set RESET for Pinnacle on QMK pointing device driver init * first step towards relative mode (only data parsing for now) * cleanup unused register values when in absolute mode * added code comments and bit definitions for all registers and config options
only partially implemented so far
c1cf2e8
to
afab84c
Compare
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.
Thanks for the improvements to the code! 🙂 I have found some minor points in the code that need to be addressed but otherwise you have my approval.
78a44ea
to
dfb491b
Compare
@Kriechi thanks for addressing the review comments so fast, one point is left for me but other than that this is ready to go in. |
Also addressed now - thanks! |
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.
LGTM now! Merging.
Description
Types of Changes
Checklist