Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 2, 2021 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/5b5942c110330c7bd6afa685160b29a9 to your computer and use it in GitHub Desktop.
Save flushpot1125/5b5942c110330c7bd6afa685160b29a9 to your computer and use it in GitHub Desktop.
{
"profileId": "oculus-touch-v3",
"fallbackProfileIds": [ "oculus-touch-v2", "oculus-touch", "generic-trigger-squeeze-thumbstick"],
"layouts": {
"left": {
"selectComponentId": "xr-standard-trigger",
"components": {
"xr-standard-trigger": { "type": "trigger" },
"xr-standard-squeeze": { "type": "squeeze" },
"xr-standard-thumbstick": { "type": "thumbstick" },
"x-button" : { "type": "button" },
"y-button" : { "type": "button" },
"thumbrest" : { "type": "button" },
"menu" : { "type": "button", "reserved": true }
},
///
"right": {
"selectComponentId": "xr-standard-trigger",
"components": {
"xr-standard-trigger": { "type": "trigger" },
"xr-standard-squeeze": { "type": "squeeze" },
"xr-standard-thumbstick": { "type": "thumbstick" },
"a-button" : { "type": "button" },
"b-button" : { "type": "button" },
"thumbrest" : { "type": "button" }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment