-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.example
More file actions
62 lines (62 loc) · 805 Bytes
/
Copy pathconfig.json.example
File metadata and controls
62 lines (62 loc) · 805 Bytes
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
{
"FPS": [
"01",
"06210",
"09430"
],
"LBTN": [
"03",
"00550",
"17340"
],
"RBTN": [
"04",
"03750",
"17230"
],
"a_w": [
"02",
"03220",
"01640"
],
"d_w": [
"02",
"03240",
"04260"
],
"a_s": [
"02",
"00780",
"01870"
],
"d_s": [
"02",
"00880",
"04290"
],
"w": [
"02",
"05260",
"03210"
],
"s": [
"02",
"00350",
"03170"
],
"a": [
"02",
"02150",
"01810"
],
"d": [
"02",
"02140",
"04640"
],
"J_CENTER": [
"02",
"02130",
"03190"
]
}