-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
ADNS-5050 / Ploopy Nano / Ploopy Mini Trackballs #11994
Conversation
Lint seems unhappy with the fact that keyboards/ploopyco/trackball_nano has no buttons (i.e. "layouts" is undefined in info.json and LAYOUT function is empty). Code compiles and runs correctly, but I'm not sure how to fix the lint errors. Any ideas? |
Testing identified a spurious scrolling issue. Will re-open PR later. |
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.
This may work better
Should be fine. Lint may not be happy, but it compiles, so that's what matters. |
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.
Not sure there is a point to doing so, but this would let you remove the keymap array from the keymap.c file entirely.
* added adns5050 sensor code, as well as implementations for the Ploopy Mini and the Ploopy Nano * fixed spurious scrolling issue * recommended fixes for pr linting and cleanup
* added adns5050 sensor code, as well as implementations for the Ploopy Mini and the Ploopy Nano * fixed spurious scrolling issue * recommended fixes for pr linting and cleanup
Description
Added a driver for the ADNS-5050 optical mouse sensor.
Added implementations for the Ploopy Nano and Ploopy Mini trackball.
Types of Changes
Issues Fixed or Closed by This PR
Checklist