-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProcon.enjoyable
65 lines (65 loc) · 1.27 KB
/
Procon.enjoyable
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
{
"name" : "Procon",
"entries" : {
"1356:616:1~Button 11" : {
"type" : "key press",
"key" : 1
},
"1356:616:1~Button 6" : {
"type" : "key press",
"key" : 123
},
"1356:616:1~Axis 4~Low" : {
"type" : "key press",
"key" : 13
},
"1356:616:1~Button 7" : {
"speed" : 1,
"type" : "mouse scroll",
"smooth" : false,
"direction" : -1
},
"1356:616:1~Button 15" : {
"type" : "key press",
"key" : 3
},
"1356:616:1~Button 12" : {
"type" : "key press",
"key" : 13
},
"1356:616:1~Axis 3~High" : {
"type" : "key press",
"key" : 2
},
"1356:616:1~Axis 4~High" : {
"type" : "key press",
"key" : 1
},
"1356:616:1~Button 8" : {
"type" : "key press",
"key" : 124
},
"1356:616:1~Axis 3~Low" : {
"type" : "key press",
"key" : 0
},
"1356:616:1~Button 16" : {
"type" : "key press",
"key" : 14
},
"1356:616:1~Button 9" : {
"type" : "key press",
"key" : 0
},
"1356:616:1~Button 10" : {
"type" : "key press",
"key" : 2
},
"1356:616:1~Button 5" : {
"speed" : 1,
"type" : "mouse scroll",
"smooth" : false,
"direction" : 1
}
}
}