| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-01 09:20:19 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-01 09:20:19 +0200 |
| commit | 023490db6ac86ee3f82b1b89e279d0b2ccae5fd3 (patch) | |
| tree | 758cef58d4a33ef3221f766f34404830f94f6b06 /conf | |
| parent | a624cd3593b73e2503b67c4fdb4007340271ce42 (diff) | |
Adds invert option, updates usage.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/pro1_mouse.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/pro1_mouse.conf b/conf/pro1_mouse.conf index 6fe718e..82dab38 100644 --- a/conf/pro1_mouse.conf +++ b/conf/pro1_mouse.conf @@ -1,4 +1,4 @@ # Pro1 mouse, just rename axis # AXIS MIN MAX FUZZ FLAT RESOLUTION OPTIONS -X 0 0 0 0 0 notabs,convert_to=Y -Y 0 0 0 0 0 notabs,convert_to=X +X 0 0 0 0 0 not_abs,convert_to=Y +Y 0 0 0 0 0 not_abs,invert,convert_to=X |


