chrippa / ds4drv

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

Specifying 2 profiles in .conf file actually creates 3 #48

Closed Susurrus closed 8 years ago

Susurrus commented 9 years ago

If I use the example .conf file and enable profile switching, I see that it toggles through an xpad, kbmouse, and default profile. I never created the default one, and the profile switching has only been specified for xpad and the kbmouse one with a profiles = xpad,kbmouse.

benmoran56 commented 9 years ago

I'm pretty sure this is expected behaviour. If you want to use xpad all the time, simply move the "emulate-xpad = true" option into the top section (under controller:1) and don't use the seperate xpad profile at all. You'll then be left with just default + kbmouse.

Susurrus commented 9 years ago

I figured it was expected behavior, it just surprised me as it's not mention in the example .conf file or in the README, which is probably should.

Ape commented 8 years ago

This is expected. If you have concrete ideas about how to improve documentation please open an issue or a pull request.