Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. [
  2.   {
  3.     "button_panels":  [
  4.       {
  5.         "button_panel_label": "Arm Controls",
  6.         "buttons": [
  7.           {
  8.             "label": "left",
  9.             "command": "L"
  10.           }
  11.           {
  12.             "label": "right",
  13.             "command": "R"
  14.           }
  15.           {
  16.             "label": "s-down",
  17.             "command": "B"
  18.           }
  19.           {
  20.             "label": "s-up",
  21.             "command": "F"
  22.           }
  23.           {
  24.             "label": "e-down",
  25.             "command": "D"
  26.           }
  27.           {
  28.             "label": "e-up",
  29.             "command": "U"
  30.           }
  31.           {
  32.             "label": "w-down",
  33.             "command": "S"
  34.           }
  35.           {
  36.             "label": "w-up",
  37.             "command": "W"
  38.           }
  39.           {
  40.             "label": "open",
  41.             "command": "C"
  42.           }
  43.           {
  44.             "label": "close",
  45.             "command": "V"
  46.           }
  47.         ]
  48.       }
  49.     ]
  50.   }
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement