{
  "jsonid": "input_profile",
  "controller_type": "fluxpose_controller",
  "device_class": "TrackedDeviceClass_Controller",
  "resource_root": "fluxpose",
  "driver_name": "fluxpose",
  "input_bindingui_mode": "controller_handed",
  "should_show_binding_errors": true,
  "input_bindingui_left": {
    "image": "{fluxpose}/icons/controller.png"
  },
  "input_bindingui_right": {
    "image": "{fluxpose}/icons/controller.png"
  },
  "input_source": {
    "/pose/raw" : {
      "type" : "pose",
      "binding_image_point" : [ 0,0 ]
    },
    "/output/haptic": {
      "type": "vibration",
      "binding_image_point": [0,0]
    },
    "/input/a": {
      "type": "button",
      "click": true,
      "touch" : false,
      "binding_image_point": [0,0]
    },    
    "/input/trigger" : {
      "type" : "trigger",
      "click" : true,
      "touch" : false,
      "value" : true,
      "binding_image_point" : [ 0, 0 ]
    },    
    "/input/system": {
      "type": "button",
      "click": true,
      "touch" : false,
      "binding_image_point": [0,0]
    },    
  }
}
