aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index ca5b32a..5db9089 100644
--- a/README.md
+++ b/README.md
@@ -41,5 +41,12 @@ Write a value between 0 and 65535 to
Use the default evdev ways, i.e. https://www.kernel.org/doc/html/v5.1/input/ff.html
-+ Currently there is no support for this driver in oversteer(https://github.com/berarma/oversteer).
-I opened a pull request to add support(to some degree) for this driver to ffbtools(https://github.com/berarma/ffbtools), but until it gets merged I have a repo here: https://github.com/Kimplul/ffbtools
++ Currently there is no support for this driver in oversteer(https://github.com/berarma/oversteer), but ffbwrap(https://github.com/berarma/ffbtools) should work.
++ If the wheel has a deadzone in games, you can set up a udev rule:
+ /etc/udev/rules.d/99-joydev.rules
+
+ SUBSYSTEM=="input", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b66e"
+ RUN+="/usr/bin/evdev-joystick --evdev %E{DEVNAME} --deadzone 0"
+
+This should make sure that the wheel behaves like you'd want from a
+wheel.