Skip to content

v1.4.0

Compare
Choose a tag to compare
@o0Zz o0Zz released this 01 Sep 06:10
· 49 commits to master since this release

Changelog

  • Added a way to map "Slider" and "Dial" (Useful for some controller that need slider on right stick)
  • Fixed incorrect HID data interpretation when HID report descriptor contains negative values
  • Change analog mapping to be able to map everything on anything ⚠️ Breaking change ⚠️
  • Fixed Switch controller pro via USB don't works everytimes (Fixed v1.3.0)
  • Add mapping for T.Flight Hotas X - PS3 Mode for ACE combat 7 Deluxe. Thanks to @kfkboys

Breaking change details

The config.ini has been changed.

left_stick_x=X
left_stick_y=Y
right_stick_x=Z
right_stick_y=Rz

Has been replaced by

lstick_left=-X
lstick_right=+X
lstick_up=+Y
lstick_down=-Y
rstick_left=-Z
rstick_right=+Z
rstick_up=+Rz
rstick_down=-Rz

If you have a custom configuration that use these entries, you will have to update them.
If you shared your configuration and your controller is already in this repository, then everything has been updated for you.