chrippa / ds4drv

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

Add support for trailing comments in ds4drv.conf and mousewheel emulation #35

Closed liftoff closed 10 years ago

liftoff commented 10 years ago

This pull request includes two commits:

1) Add support for trailing comments inside the ds4drv.conf (changed config.py). 2) Add support for emulating the mouse wheel. This also includes some options to configure mouse wheel emulation.

liftoff commented 10 years ago

I made all your requested changes (I think). I also added a configuration option to control the initial delay before repeat scrolling kicks in as well an option to control how fast scrolling occurs.

chrippa commented 10 years ago

Thanks!

PS. If you use git push --force it will update the existing pull request with the new commits. :)

liftoff commented 10 years ago

Ahh, I was wondering how to do that. Thanks!