Skip to content
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

Merged
merged 3 commits into from
Mar 25, 2021
Merged

ADNS-5050 / Ploopy Nano / Ploopy Mini Trackballs #11994

merged 3 commits into from
Mar 25, 2021

Conversation

ploopyco
Copy link
Contributor

Description

Added a driver for the ADNS-5050 optical mouse sensor.
Added implementations for the Ploopy Nano and Ploopy Mini trackball.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Feb 23, 2021
@drashna drashna requested a review from a team February 23, 2021 21:02
@ploopyco
Copy link
Contributor Author

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?

@ploopyco ploopyco closed this Feb 24, 2021
@ploopyco
Copy link
Contributor Author

Testing identified a spurious scrolling issue. Will re-open PR later.

@ploopyco ploopyco reopened this Feb 24, 2021
Copy link
Member

@drashna drashna left a 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

@drashna
Copy link
Member

drashna commented Feb 27, 2021

Should be fine. Lint may not be happy, but it compiles, so that's what matters.

Copy link
Member

@drashna drashna left a 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.

@drashna drashna requested a review from a team March 9, 2021 20:07
@tzarc tzarc merged commit 666623d into qmk:master Mar 25, 2021
violet-fish pushed a commit to violet-fish/qmk_firmware that referenced this pull request Mar 28, 2021
* 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
mrtnee pushed a commit to mrtnee/qmk_firmware that referenced this pull request Nov 20, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants