diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-08-18 21:43:32 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-08-18 21:43:32 +0300 |
| commit | 461408eef1b3e747f338a902322c6fe517f1db05 (patch) | |
| tree | 8f2a984c5ab808902887774f5187866e69550095 /Makefile | |
| parent | 456ec7d66d58ee41377022f44618a9b40838f5f9 (diff) | |
| download | hid-tmff2-master.tar.gz hid-tmff2-master.zip | |
+ Unnecessary, now that driver itself sets the wanted deadzone.
Thanks @kakra!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -7,10 +7,6 @@ install: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install depmod -A -.PHONY: udev-rules -udev-rules: - install -m 0644 udev/99-thrustmaster.rules /etc/udev/rules.d/ - .PHONY: steamdeck-rules steamdeck-rules: install -m 0644 udev/71-thrustmaster-steamdeck.rules /etc/udev/rules.d/ |
