sixaxis helper service
  • Shell 63%
  • C 24.2%
  • Makefile 12.8%
Find a file
Conn O'Griofa f53b0ca28c
Merge pull request #9 from psyke83/master
sixaxis-helper: increase deadzone to reduce jitter
2019-02-28 02:47:52 +00:00
.gitignore Implement sixaxis helper 2018-01-19 05:30:47 +00:00
99-sixaxis.rules 99-sixaxis.rules: remove erroneous ID_INPUT_KEY tag 2019-02-24 01:07:26 +00:00
COPYING Implement sixaxis helper 2018-01-19 05:30:47 +00:00
Makefile Implement sixaxis helper 2018-01-19 05:30:47 +00:00
postinstall-pak Implement sixaxis helper 2018-01-19 05:30:47 +00:00
README.md Update readme 2019-02-05 02:13:59 +00:00
sixaxis-helper.sh sixaxis-helper: increase deadzone to reduce jitter 2019-02-28 02:46:47 +00:00
sixaxis-timeout.c sixaxis-timeout: don't exit if device is grabbed by another process 2019-02-23 02:27:29 +00:00
sixaxis@.service Implement sixaxis helper 2018-01-19 05:30:47 +00:00

sixaxis

The sixaxis helper service is designed as a simple replacement for the sixad wrapper. It will

  • install udev rules to suppress the motion sensors node (as it causes issues with player slot assignment in emulators)
  • configure a sensible fuzz for analog axes (so that the analog sticks will not produce events when in a resting state)
  • implement a simple 10 minute idle timeout mechanism (as the bluez plugin does not support the standard IdleTimeout timer).

The service is recommend for use with kernel 4.15 and Bluez 5.48 to ensure full compatibility with third-party controllers.