Skip to content

Commit 4a8661b

Browse files
committed
Add default bindings for thumbstick inputs
1 parent 5371e51 commit 4a8661b

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

Packaging/DynamicOpenVR.BeatSaber/DynamicOpenVR/Bindings/beatsaber_knuckles.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@
5757
},
5858
"mode" : "button",
5959
"path" : "/user/hand/right/input/b"
60+
},
61+
{
62+
"inputs" : {
63+
"position" : {
64+
"output" : "/actions/main/in/thumbstick"
65+
}
66+
},
67+
"mode" : "joystick",
68+
"path" : "/user/hand/left/input/thumbstick"
69+
},
70+
{
71+
"inputs" : {
72+
"position" : {
73+
"output" : "/actions/main/in/thumbstick"
74+
}
75+
},
76+
"mode" : "joystick",
77+
"path" : "/user/hand/right/input/thumbstick"
6078
}
6179
]
6280
}

Packaging/DynamicOpenVR.BeatSaber/DynamicOpenVR/Bindings/beatsaber_oculus_touch.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@
5757
},
5858
"mode" : "button",
5959
"path" : "/user/hand/left/input/y"
60+
},
61+
{
62+
"inputs" : {
63+
"position" : {
64+
"output" : "/actions/main/in/thumbstick"
65+
}
66+
},
67+
"mode" : "joystick",
68+
"path" : "/user/hand/left/input/joystick"
69+
},
70+
{
71+
"inputs" : {
72+
"position" : {
73+
"output" : "/actions/main/in/thumbstick"
74+
}
75+
},
76+
"mode" : "joystick",
77+
"path" : "/user/hand/right/input/joystick"
6078
}
6179
]
6280
}

Packaging/DynamicOpenVR.BeatSaber/DynamicOpenVR/Bindings/beatsaber_vive_controller.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@
5757
},
5858
"mode" : "button",
5959
"path" : "/user/hand/right/input/application_menu"
60+
},
61+
{
62+
"inputs" : {
63+
"position" : {
64+
"output" : "/actions/main/in/thumbstick"
65+
}
66+
},
67+
"mode" : "trackpad",
68+
"path" : "/user/hand/left/input/trackpad"
69+
},
70+
{
71+
"inputs" : {
72+
"position" : {
73+
"output" : "/actions/main/in/thumbstick"
74+
}
75+
},
76+
"mode" : "trackpad",
77+
"path" : "/user/hand/right/input/trackpad"
6078
}
6179
]
6280
}

0 commit comments

Comments
 (0)