{
  "default_bindings": [
    {
      "controller_type": "oculus_touch",
      "binding_url": "input_profiles/k2vr.amethyst_oculus_touch.json"
    },
    {
      "controller_type": "knuckles",
      "binding_url": "input_profiles/k2vr.amethyst_knuckles.json"
    },
    {
      "controller_type": "vive_controller",
      "binding_url": "input_profiles/k2vr.amethyst_vive_controller.json"
    },
    {
      "controller_type": "hpmotioncontroller",
      "binding_url": "input_profiles/k2vr.amethyst_hpmotioncontroller.json"
    },
    {
      "controller_type": "holographic_controller",
      "binding_url": "input_profiles/k2vr.amethyst_holographic_controller.json"
    }
  ],
  "actions": [
    {
      "name": "/actions/default/in/TrackerFreeze",
      "requirement": "optional",
      "type": "boolean"
    },
    {
      "name": "/actions/default/in/FlipToggle",
      "requirement": "optional",
      "type": "boolean"
    },
    {
      "name": "/actions/default/in/LeftJoystick",
      "type": "vector2"
    },
    {
      "name": "/actions/default/in/RightJoystick",
      "type": "vector2"
    },
    {
      "name": "/actions/default/in/ConfirmAndSave",
      "type": "boolean"
    },
    {
      "name": "/actions/default/in/ModeSwap",
      "type": "boolean"
    },
    {
      "name": "/actions/default/in/FineTune",
      "type": "boolean"
    }
  ],
  "action_sets": [
    {
      "name": "/actions/default",
      "usage": "leftright"
    }
  ],
  "localization": [
    {
      "language_tag": "en_US",
      "/actions/default": "Input Actions",
      "/actions/default/in/TrackerFreeze": "Freeze Trackers",
      "/actions/default/in/FlipToggle": "Toggle Flip",
      "/actions/default/in/LeftJoystick": "Left-hand Move/Rotate Controls",
      "/actions/default/in/RightJoystick": "Right-hand Move/Rotate Controls",
      "/actions/default/in/ConfirmAndSave": "Confirm and Save",
      "/actions/default/in/ModeSwap": "Swap Move/Rotate Modes",
      "/actions/default/in/FineTune": "Fine-tuning"
    }
  ]
}