-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update config_sample.h #44
Conversation
done with full button list of byteIDs for SpaceMouse Pro Wireless model
Did you change HIDMAX BUTTONS in https://github.com/AndunHH/spacemouse/blob/main/spacemouse-keys%2FhidInterface.h#L5 to 32? |
I checked it in the 3Dconnexion trainer and it is working with my small update. Thanks for finding out all those bits! |
I just take information from this place https://github.com/openantz/antz/wiki/3D-Mouse#developers Bit I didn't understand why 3dx driver receives two HID packet bytes with eventID 1 and 2 (older Logitech scheme) but didn't see any movements when controller transfer one big packet XYZrXrYrZ (Translate & Rotate) with eventID = 1 |
Have you tried and changed the coding also in the hid descriptor to one big report#1 instead of the actual report id#1 and id#2 with only translation and only rotation? As it is working now, I see no cause to change the working behavior. Do you? |
yepp. tried changing code in hidInterface.h and in old version hidInterface.cpp where it was possible (without cases) - driver didnt see any motion. but its OK, logitech-style works perfect! |
Ok! Very intersting, thanks for the test. Then we stay as it is. |
done with full button list of byteIDs for SpaceMouse Pro Wireless model