Skip to content

Commit

Permalink
Generic hand input profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored and toji committed Jul 28, 2020
1 parent e07c163 commit 5052b76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/registry/profiles/generic/generic-hand-select.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"profileId" : "generic-hand-select",
"fallbackProfileIds": [],
"layouts" : {
"left-right-none" : {
"selectComponentId": "xr-standard-trigger",
"components": {
"xr-standard-trigger": { "type": "trigger" }
},
"gamepad": {
"mapping": "xr-standard",
"buttons": [
"xr-standard-trigger"
],
"axes":[]
}
}
}
}

0 comments on commit 5052b76

Please sign in to comment.