summaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-22 02:46:45 -0700
committerJacob Palecki <[email protected]>2020-08-22 02:46:45 -0700
commitb874058d82a60a39163e91a26f370ff308b8af32 (patch)
tree7e14357f1e1e2b2b9726c72ae7b679fd5b475af2 /settings.json
parentSerialization mostly working (diff)
downloadrawaccel-b874058d82a60a39163e91a26f370ff308b8af32.tar.xz
rawaccel-b874058d82a60a39163e91a26f370ff308b8af32.zip
Saving and loading fully works
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json50
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