diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-09-19 17:50:11 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-09-19 17:50:11 +0300 |
| commit | ead4c5cfa251960521b9ece94c8847a2765214ff (patch) | |
| tree | 62b0e00c0fc1bf9527df561da4dafef21702ac42 /README.md | |
| parent | afab7c04f648ea0573e627255f3ea6aae3f32161 (diff) | |
| parent | 4d1aaee8393215d3b1475d32eb806245f6b21e80 (diff) | |
| download | hid-tmff2-ead4c5cfa251960521b9ece94c8847a2765214ff.tar.gz hid-tmff2-ead4c5cfa251960521b9ece94c8847a2765214ff.zip | |
Merge branch 'master' of https://github.com/Kimplul/hid-tmff2 into master
Diffstat (limited to '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 |
