Initial commit

This commit is contained in:
Lauri Räsänen 2024-05-24 20:51:25 +03:00
commit cc60135105
7 changed files with 908 additions and 0 deletions

9
examples/config.toml Normal file
View file

@ -0,0 +1,9 @@
# In-game sens in games like Quake
sensitivity = 1.0
# Amount of acceleration to apply
accel = 0.03
# Sensitivity scaling before acceleration
pre_scale = 1.0
# Sensitivity scaling after acceleration
post_scale = 0.05