JacKeTUs / universal-pidff

GNU General Public License v2.0
56 stars 4 forks source link

fix: direction for friction/damper/spring/inertia #2

Closed Lawstorant closed 3 months ago

Lawstorant commented 3 months ago

Added quirk handling to the hid-pidff and reverted some things to realign with upstream pid-ff

Update info about contributors

Lawstorant commented 3 months ago

Should we do it like that or maybe it's better to separate out the quirks function and use it on it's own after initialization? We'd have to check if the device is initialized and return errors though.

JacKeTUs commented 3 months ago

LGTM

This gave me an idea for multiple quirks for multiple wheels, i will code it for sure