chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

[Feature Request] Add option to make triggers just be axes #40

Open vgf89 opened 10 years ago

vgf89 commented 10 years ago

This really irks me with both the official linux 3.15 kernel driver and this driver. Custom mapping in some games is pretty much impossible to do correctly since the trigger button is activated as soon as the trigger axis is past 0%, while the axis mapping generally requires much more movement before it's detected for mapping (Steam Big Picture shows this, not that it matters in this app but still).

If the Xbox 360 controller is mapped that way then it's sort of alright, but it's super annoying in games that I want to or have to have custom mapping on.

aus4000 commented 9 years ago

Check out my pull request, the new default mapping I have in there fixes this.