chrippa / ds4drv

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

Add disable axes option #139

Closed Sor3nt closed 7 years ago

Sor3nt commented 7 years ago

My Controller reports random values on the axes, so i add a "--ignored-axes" option to disable some/all axes.

I cloned your logic from the ignored-button to create this feature.

sample usage :

ds4drv --led 000008 --ignored-axes motion_z,motion_x,motion_y,orientation_roll,orientation_pitch,orientation_yaw

Scrumplex commented 7 years ago

You have completely changed the README! You should revert that one.

Sor3nt commented 7 years ago

holy ... i am so sorry, "first" public pull request on github. i revert the readme, extend the feature list and add another "fix" to avoid flickering axes.