-
-
Notifications
You must be signed in to change notification settings - Fork 43.2k
Add PixArt PAW-3222 mouse sensor driver #25763
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 tasks
3e6782a to
99247d0
Compare
Member
|
Release waiver has been supplied and confirmed compatible with GPL2+. |
Member
|
Needs some docs, but otherwise LGTM |
Contributor
Author
|
Documentation added. |
daskygit
reviewed
Oct 31, 2025
daskygit
approved these changes
Oct 31, 2025
zvecr
requested changes
Oct 31, 2025
zvecr
reviewed
Oct 31, 2025
zvecr
reviewed
Oct 31, 2025
zvecr
reviewed
Oct 31, 2025
drashna
approved these changes
Nov 4, 2025
zvecr
approved these changes
Nov 8, 2025
eth4nH
pushed a commit
to eth4nH/yunzii_firmware
that referenced
this pull request
Dec 4, 2025
1jamessam
pushed a commit
to 1jamessam/qmk_firmware
that referenced
this pull request
Dec 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements a driver for the PixArt PAW-3222, which is a mid-tier mouse sensor.
Description
The PixArt PAW-3222 is a mid-tier mouse sensor with CPI up to 4,000 and up to 10g of acceleration.
During development, we were informed that many of the properties of the PAW-3222 are confidential, and we were required to sign an NDA with PixArt to develop the included sensor firmware. We have obtained a signed and executed release from confidentiality for the included sensor firmware, which can be uploaded here if requested. However, during our conversations with the QMK maintenance team, we were informed that the release wouldn't be necessary. Additionally, we were told that there were no explicit conflicts between this firmware and QMK's commitment to GPL.
The PAW-3222 is used in the upcoming Ploopy Nano 2 Trackball, which was used to test this implementation.
Types of Changes
Issues Fixed or Closed by This PR
Checklist