inputlabs / alpakka_firmware

GNU General Public License v2.0
108 stars 23 forks source link

Configurable vertical vs horizontal sensitivity ratio #106

Open marcos-diaz opened 8 months ago

marcos-diaz commented 8 months ago

Should it be global or per profile?

neur0manc commented 2 months ago

I'd like to put my vote to this feature. I think it might be good enough to have it set globally, especially if the controller is only used for gaming. If it is used in other applications or the desktop environment, a per-profile setting is probably more suited.

@marcos-diaz Would be a difficult endeavor to try and implement this? I'm assuming a global setting would be far more simple to implement?

marcos-diaz commented 2 months ago

Copying my own comment from Discord:

separate X and Y sens as a global feature is already implemented, but not exposed to the ctrl app. (so the only way to change it ATM is editing the code) in the future we want to make each axis to be adjustable individually (not only gyro, but thumbstick, or even fake digital axis emulation) at profile level, including sens, accel curve, limits, etc

See: /src/headers/config.h#L38