-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontroller_profiles.json
55 lines (50 loc) · 2.21 KB
/
controller_profiles.json
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
[{
"windows" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": "trackpad", "3": "thumbstick", "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": "grip", "2": "trackpad", "3": "thumbstick", "4": null, "5": null, "6": null}
},
"oc_touch" : {
"axis": {
"0": null, "1": null, "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": null, "3": "thumbstick", "4": "xbutton", "5": "ybutton", "6": "surface"},
"right": {
"0": "trigger", "1": "grip", "2": null, "3": "thumbstick", "4": "abutton", "5": "bbutton", "6": "surface"}
},
"oc_go" : {
"axis": {
"0": "touchpad", "1": "touchpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": null, "5": null, "6": null }
},
"vive" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": null, "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": null, "4": null, "5": null, "6": null}
},
"vive_focus" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": "menu", "5": null, "6": null},
"right": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": "menu", "5": null, "6": null}
},
"generic" : {
"axis": {
"0": "touchpad", "1": "touchpad", "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": "thumbstick", "4": "xbutton", "5": "ybutton", "6": "surface"},
"right": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": "thumbstick", "4": "abutton", "5": "bbutton", "6": "surface"}
}
}]