diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-09-02 19:41:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-02 19:41:42 +0300 |
| commit | 74c5b28e134764361bc30edddd4a93799e5f6f43 (patch) | |
| tree | d26e67dbf083b7ce48fbf67d280187177e6c7f64 | |
| parent | 352e91ab8b0973ed7780c3854a56121bd78e171a (diff) | |
| download | hid-tmff2-74c5b28e134764361bc30edddd4a93799e5f6f43.tar.gz hid-tmff2-74c5b28e134764361bc30edddd4a93799e5f6f43.zip | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,8 +43,7 @@ Use the default evdev ways, i.e. https://www.kernel.org/doc/html/v5.1/input/ff.h `/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" + 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 |
