-
-
Notifications
You must be signed in to change notification settings - Fork 40.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
[Pointing] Add uart based SpaceMouse Module support #22519
base: develop
Are you sure you want to change the base?
Conversation
9bb047f
to
0a9352d
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.
I think this looks good. Obviously no way at present to map to 3dconnexions 3d axis system. Need to have a look and see how the orbion handles things.
it's 3 axis, so it's not really a good comparison. But it wouldn't be hard to implement scrolling, both horizontal and vertical with the tilt or shift axis, and use the other for mouse movement. but would have to check both sets and filter out, since it is very easy to trigger both (ran into that in testing). However, I was mostly concerned with getting it working. And there is a provided way to customize how the reporting is translated, which I think is good enough for now. |
.set_cpi = NULL, | ||
.get_cpi = NULL |
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.
It'd be nice to have some form of software scaling here.
5587275
to
2c02433
Compare
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
63cc65f
to
ca6caeb
Compare
Description
Title.
Types of Changes
Issues Fixed or Closed by This PR
Checklist