-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_config.json
More file actions
90 lines (90 loc) · 1.77 KB
/
default_config.json
File metadata and controls
90 lines (90 loc) · 1.77 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"telemetry_length": 8,
"command_interval": 0.03,
"serial": {
"port": 5,
"rate": 115200,
"timeout": 1
},
"trims": {
"x": 0,
"y": 0,
"z": 0
},
"curves": {
"x": 3,
"y": 2,
"z": 2,
"t": 0.5
},
"axes_norm": {
"min": 0,
"max": 180
},
"binds": {
"joystick": {
"trim_buttons_id": {
"43": [
"x",
-1
],
"41": [
"x",
1
],
"42": [
"y",
-1
],
"40": [
"y",
1
],
"32": [
"z",
-1
],
"30": [
"z",
1
]
}
},
"keyboard": {
"curves": {
"a": [
"x",
-0.1
],
"z": [
"x",
0.1
],
"s": [
"y",
-0.1
],
"x": [
"y",
0.1
],
"d": [
"z",
-0.1
],
"c": [
"z",
0.1
],
"f": [
"t",
-0.1
],
"v": [
"t",
0.1
]
}
}
}
}