FreeJoy-Team / FreeJoy

STM32F103 USB HID game device controller with flexible configuration
GNU General Public License v3.0
734 stars 140 forks source link

Axis modifiers #217

Open mupfdev opened 1 year ago

mupfdev commented 1 year ago

Hello, I am currently working on a project that I am documenting here:

https://mupf.dev/xbox-how-to-build-a-low-cost-flight-simulation-rig.html

In the course of this, however, I noticed that the Xbox Series X/S does not support HID controllers. To get around this limitation, I ordered the Xbox Adaptive Controller. It supports up to two HID input devices with a maximum of 8 buttons and one axis. At least that's what I read online.

However, I cannot yet confirm that FreeJoy is supported by the Adaptive Controller. I should be able to verify this in the next few days.

Since my current sub-project alone requires 3 axes, it would be very helpful to be able to configure modifiers. So basically the option that certain buttons are held as soon as the respective axis is moving.

Would this be a sensible feature?

I would also like to take part in the development, but I have not yet had the project compiled. Is this documented anywhere?

Best regards, Michael