{
  "jsonid" : "input_profile",
  "controller_type": "holographic_hands",
  "should_show_binding_errors" : true,
  "resource_root" : "holographic",
  "driver_name" : "holographic",
  "legacy_profile": "mixedreality",
  "legacy_binding" :  "{holographic}/input/mixedreality_hand_legacybindings.json",
  "device_class" : "TrackedDeviceClass_Controller",
  "input_bindingui_mode" : "controller_handed",
  "input_bindingui_left" :
  {
    "transform" : "scale(-1,1)",
    "image": "{holographic}/icons/hand.svg"
  },
  "input_bindingui_right" :
  {
    "image": "{holographic}/icons/hand.svg"
  },
  "input_source" :
  {
    "/input/trigger": {
      "type": "trigger",
      "click": true,
      "value": true,
      "binding_image_point": [ 500, 250 ],
      "order": 1
    },
    "/input/grip" : {
      "type" : "trigger",
      "value" : true,
      "click" : true,
      "binding_image_point" : [ 215, 424 ],
      "order" : 2
    },
    "/input/a": {
      "type": "button",
      "side": "left",
      "click": true,
      "binding_image_point": [ 470, 62 ],
      "order": 3
    },
    "/input/b": {
      "type": "button",
      "side": "left",
      "click": true,
      "binding_image_point": [ 560, 266 ],
      "order": 4
    },
    "/input/x": {
      "type": "button",
      "side": "right",
      "click": true,
      "binding_image_point": [ 470, 62 ],
      "order": 5
    },
    "/input/y": {
      "type": "button",
      "side": "right",
      "binding_image_point": [ 560, 266 ],
      "click": true,
      "order": 6
    },
    "/input/application_menu" : {
      "type" : "button",
      "binding_image_point" : [ 61, 244 ],
      "click" : true,
      "order" : 7
    },
    "/input/system": 
    {
      "type": "button",
      "click": true,
      "binding_image_point": [ 67, 440 ],
      "order": 8
    },
    "/pose/raw" : {
        "type" : "pose",
        "binding_image_point" : [ 500, 650 ]
    },
    "/pose/base" : {
        "type" : "pose",
        "binding_image_point" : [ 500, 650 ]
    },
    "/pose/handgrip" : {
        "type" : "pose",
        "binding_image_point" : [ 500, 650 ]
    },
    "/pose/tip" : {
        "type" : "pose",
        "binding_image_point" : [ 650, 430 ]
    },
    "/input/skeleton/left" : {
      "type" : "skeleton",
      "skeleton": "/skeleton/hand/left",
      "side" : "left",
      "binding_image_point" : [ 85, 150 ]
    },
    "/input/skeleton/right" : {
      "type" : "skeleton",
      "skeleton": "/skeleton/hand/right",
      "side" : "right",
      "binding_image_point" : [ 85, 150 ]
    }
  }
}
