aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-01-08 16:05:32 +0200
committerGitHub <noreply@github.com>2021-01-08 16:05:32 +0200
commitc2be549438657a7e0b863a1ed58ba17e8fb5ff33 (patch)
treeed0a2904df3257422d6d63b64c7f5cca70b10aa4 /README.md
parent4f7d8f41b11979b19d71361e8021f0106f1f344c (diff)
downloadhid-tmff2-c2be549438657a7e0b863a1ed58ba17e8fb5ff33.tar.gz
hid-tmff2-c2be549438657a7e0b863a1ed58ba17e8fb5ff33.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07074fc..798fea2 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,7 @@ Use the default evdev ways, i.e. https://www.kernel.org/doc/html/v5.1/input/ff.h
This should make sure that the wheel behaves like you'd want from a
wheel.
+
++ Change timer period:
+
+There have been reports that some games work better with a different timer period (see [#11](https://github.com/Kimplul/hid-tmff2/issues/11) and [#10](https://github.com/Kimplul/hid-tmff2/issues/10)). To change the timer period, add `options hid-tmt300rs timer_msecs=NUMBER` in `/etc/modprobe.d/hid-tmt300rs.conf`. The default timer period is 8, but numbers as low as 2 should work alright.