You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SCJMapper-V2/graphics/layouts/template.json.txt

30 lines
1.3 KiB
Plaintext

{
"MapName" : "A Name that is shown in the dropdown",
"MapImage" : "DeviceImage.jpg",
"InputDevices" :[
{
"InputType": "J",
"DeviceName": "DeviceName Name as shown in the SCJM GUI",
"DeviceProdGuid": ["{Product GUID from DX Input}", "{An alternate product GUID from DX Input}"],
"Controls": [
{ "Input": "button1", "Type": "Digital", "X": 1629, "Y": 628, "Width": 732, "Height": 52, "Cmt": "Primary trigger" },
{ "Input": "button2", "Type": "Digital", "X": 1723, "Y": 450, "Width": 731, "Height": 52, "Cmt": "Top trigger (A)" },
..
..
{ "Input": "z", "Type": "Analogue", "X": 97, "Y": 763, "Width": 572, "Height": 54, "Cmt": "Throttle Left" }
]
},
{
"InputType": "J",
"DeviceName": "Next DeviceName Name as shown in the SCJM GUI",
"DeviceProdGuid": ["{Product GUID from DX Input}"],
"Controls": [
{ "Input": "button1", "Type": "Digital", "X": 1629, "Y": 628, "Width": 732, "Height": 52, "Cmt": "Primary trigger" },
{ "Input": "button2", "Type": "Digital", "X": 1723, "Y": 450, "Width": 731, "Height": 52, "Cmt": "Top trigger (A)" },
..
..
{ "Input": "z", "Type": "Analogue", "X": 97, "Y": 763, "Width": 572, "Height": 54, "Cmt": "Throttle Left" }
]
}
]
}