diff options
| author | Jacob Palecki <[email protected]> | 2020-08-22 03:17:11 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-22 03:17:11 -0700 |
| commit | ab43d67580e10e831b63378ddfea6b13e2e68fda (patch) | |
| tree | 26ea73edae996242eaef559485309fb9c66f4d30 | |
| parent | Fix rotation getter (diff) | |
| download | rawaccel-ab43d67580e10e831b63378ddfea6b13e2e68fda.tar.xz rawaccel-ab43d67580e10e831b63378ddfea6b13e2e68fda.zip | |
delete personal settings.json left in repo
| -rw-r--r-- | settings.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/settings.json b/settings.json deleted file mode 100644 index aaa582e..0000000 --- a/settings.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "GUISettings": { - "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 |