-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add support for inverting gamepad axes #1032
Comments
@3v1n0 |
This is an issue if using a fanatech wheel with pedals, the pedals need to be inverted to work as they do full tilt for idle position |
Yes, same problem with the Logitech G29 steering wheel pedals. They active a keyboard key when they are not pressed and deactivated it when pressed, causing the opposite to what we want to have. Some way to inverting the axis is needed for that case. |
This is a workaround for the issue: After configured your mapping close the antimicrox app and then open the file ~/.config/antimicrox and add More info about how to invert the axis on SDL2 setting directly: In my case, this will be:
As a replace for:
|
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I've been using the Nintendo Switch joycon in linux, but they require some manual mapping and axis needs to be inverted when used in split mode
Describe the solution you'd like
I would like a way to invert the direction of the axes (e.g. moving from left -> right becomes right -> left and same for vertical axis)
Describe alternatives you've considered
No response
Additional context
No response
Upvote & Fund
The text was updated successfully, but these errors were encountered: