{
  "profileId": "meta-quest-touch-plus",
  "fallbackProfileIds": [
    "oculus-touch-v3",
    "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" }
      },
      "gamepad": {
        "mapping": "xr-standard",
        "buttons": [
          "xr-standard-trigger",
          "xr-standard-squeeze",
          null,
          "xr-standard-thumbstick",
          "x-button",
          "y-button",
          "thumbrest",
          "menu"
        ],
        "axes": [
          null,
          null,
          { "componentId": "xr-standard-thumbstick", "axis": "x-axis" },
          { "componentId": "xr-standard-thumbstick", "axis": "y-axis" }
        ]
      }
    },
    "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" }
      },
      "gamepad": {
        "mapping": "xr-standard",
        "buttons": [
          "xr-standard-trigger",
          "xr-standard-squeeze",
          null,
          "xr-standard-thumbstick",
          "a-button",
          "b-button",
          "thumbrest"
        ],
        "axes": [
          null,
          null,
          { "componentId": "xr-standard-thumbstick", "axis": "x-axis" },
          { "componentId": "xr-standard-thumbstick", "axis": "y-axis" }
        ]
      }
    }
  }
}
