1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"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
}
}
}
}
|