diff options
| author | Jacob Palecki <[email protected]> | 2020-08-20 15:46:04 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-20 15:46:04 -0700 |
| commit | 55b739c50db217e6a61678c1eb1412e8884e3462 (patch) | |
| tree | a1924dce2e90d09dd3075c0ec1aca2283efc41d2 /settings.json | |
| parent | Add accel type to active values and tweak color (diff) | |
| download | rawaccel-55b739c50db217e6a61678c1eb1412e8884e3462.tar.xz rawaccel-55b739c50db217e6a61678c1eb1412e8884e3462.zip | |
Serialization mostly working
Diffstat (limited to 'settings.json')
| -rw-r--r-- | settings.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..d8bc27a --- /dev/null +++ b/settings.json @@ -0,0 +1,23 @@ +{ + "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 + } +}
\ No newline at end of file |