aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-01-20 17:46:38 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2026-01-20 17:46:38 +0200
commit77433acb864bdf67246cc721242951b002dd5dfe (patch)
tree2b5131cdddb430954ccb3d8e0756726d2760dc01 /README.md
parentc26573d77369c042dc2b9a881a7f2ff88ddc0dd9 (diff)
downloadhid-tmff2-77433acb864bdf67246cc721242951b002dd5dfe.tar.gz
hid-tmff2-77433acb864bdf67246cc721242951b002dd5dfe.zip
mention open_mode in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index ef1ccc2..24f1bc9 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,17 @@ for wheels:
## Common issues and notes
++ If buttons work in games but there's no FFB, try
+ ```shell
+ echo 'options hid-tmff-new open_mode=0' | sudo tee /etc/modprobe.d/hid-tmff-new.conf
+ ```
+
+ Generally, the wheel only starts handling force effects when 'opened' by an
+ application, but some tools like key remappers may interfere with this.
+ `open_mode=0` 'opens' the wheel immediately to work around this, but increases
+ power draw and sets the fan spinning when not using the wheel, which might be
+ a bit annoying.
+
+ To change gain, autocentering etc. use
[Oversteer](https://github.com/berarma/oversteer).