Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.97 KB | None | 0 0
  1. {
  2.   "MappingOverrides": [],
  3.   "outputDriver": "ViGEm.xbox360Device",
  4.   "Macros": [
  5.     {
  6.       "deviceID": null,
  7.       "id": "bc671d65-077e-4c72-a5b0-58ac0e372154",
  8.       "isTriggered": false,
  9.       "basicInfo": {
  10.         "icon": 32,
  11.         "name": "BattCheck",
  12.         "executionType": 0
  13.       },
  14.       "triggers": [
  15.         {
  16.           "$type": "InputMapper1.IIMTriggers.CompareValue, InputMapper1",
  17.           "isTriggered": false,
  18.           "deviceID": null,
  19.           "displayString": "GyroY is ",
  20.           "config": {
  21.             "channel": "GyroY",
  22.             "comparison": 0,
  23.             "comparedValue": 0.0
  24.           }
  25.         }
  26.       ],
  27.       "commands": [
  28.         {
  29.           "$type": "InputMapper1.IMCommands.TemporaryMappings, InputMapper1",
  30.           "config": {
  31.             "temporaryMappings": [
  32.               {
  33.                 "id": "bb7c3d95-5183-4601-a14d-72042388d539",
  34.                 "MappingSource": "BatteryLevel",
  35.                 "Connectors": [
  36.                   {
  37.                     "$type": "InputMapper1.IMappingConnectors.InjectColorValue, InputMapper1",
  38.                     "config": {
  39.                       "channel": "G"
  40.                     }
  41.                   }
  42.                 ],
  43.                 "MappingDestination": "LightBar"
  44.               },
  45.               {
  46.                 "id": "a625d342-a997-47e2-82df-da1fe072cff3",
  47.                 "MappingSource": "BatteryLevel",
  48.                 "Connectors": [
  49.                   {
  50.                     "$type": "InputMapper1.IMappingConnectors.InvertSingleDirAxis, InputMapper1"
  51.                   },
  52.                   {
  53.                     "$type": "InputMapper1.IMappingConnectors.InjectColorValue, InputMapper1",
  54.                     "config": {
  55.                       "channel": "R"
  56.                     }
  57.                   }
  58.                 ],
  59.                 "MappingDestination": "LightBar"
  60.               }
  61.             ]
  62.           }
  63.         }
  64.       ]
  65.     }
  66.   ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement