diff options
Diffstat (limited to 'settings.json')
| -rw-r--r-- | settings.json | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/settings.json b/settings.json index d8bc27a..aaa582e 100644 --- a/settings.json +++ b/settings.json @@ -1,23 +1,35 @@ { - "ManagedAccel": { - "Midpoint": 0.0, - "LimitExp": 2.8188211394527425, - "Offset": 0.0, - "WeightY": 0.162, - "WeightX": 0.162, - "GainCapEnabled": true, - "GainCap": 49.127, - "CapY": 9.0, - "CapX": 9.0, - "Acceleration": 0.023716, - "Type": 2, - "Rotation": 1.0, - "SensitivityY": 0.1, - "SensitivityX": 0.075 - }, "GUISettings": { - "AutoWriteToDriverOnStartup": false, - "DPI": 0, - "PollRate": 0 + "AutoWriteToDriverOnStartup": true, + "DPI": 1200, + "PollRate": 1000 + }, + "AccelerationSettings": { + "degrees": 0.0, + "sens": { + "x": 0.075, + "y": 0.1 + }, + "acc_fn_args": { + "acc_args": { + "offset": 0.0, + "accel": 0.023716, + "limit": 2.8188211394527423, + "exponent": 2.8188211394527423, + "midpoint": 0.0, + "power_scale": 1.0, + "gain_cap": 49.127, + "weight": { + "x": 0.162, + "y": 0.162 + } + }, + "accel_mode": 2, + "time_min": 0.4, + "cap": { + "x": 9.0, + "y": 9.0 + } + } } }
\ No newline at end of file |