Files
flippr-code/FlippR-Driver/contrib/json_example/input/Input_Matrix_Config.json
2020-04-09 21:37:32 +02:00

224 lines
4.9 KiB
JSON

{
"global_bounce_time" : 10,
"input_matrix" :
[
{
"name" : "Tilt 2",
"address" : 2,
"priority" : 2
},
{
"name" : "Coin Switch 1",
"address" : 4,
"priority" : 2
},
{
"name" : "Coin Switch 2",
"address" : 5,
"priority" : 2
},
{
"name" : "Coin Switch 3",
"address" : 6,
"priority" : 2
},
{
"name" : "Credit",
"address" : 9,
"priority" : 2
},
{
"name" : "Tilt",
"address" : 10,
"priority" : 2
},
{
"name" : "Outhole",
"address" : 16,
"priority" : 99,
"bounce_time" : 10
},
{
"name" : "Left Outlane",
"address" : 17,
"priority" : 2
},
{
"name" : "Left Inlane",
"address" : 18,
"priority" : 2
},
{
"name" : "Left Slingshot",
"address" : 19,
"priority" : 2
},
{
"name" : "Right Slingshot",
"address" : 20,
"priority" : 2
},
{
"name" : "Right Inlane",
"address" : 21,
"priority" : 2
},
{
"name" : "Right Outlane",
"address" : 22,
"priority" : 2
},
{
"name" : "Right Outlane Kicker",
"address" : 23,
"priority" : 2
},
{
"name" : "Rebound Contact",
"address" : 24,
"priority" : 2
},
{
"name" : "Left Bank Left",
"address" : 25,
"priority" : 2
},
{
"name" : "Left Bank Middle Left",
"address" : 26,
"priority" : 2
},
{
"name" : "Left Bank Middle Right",
"address" : 27,
"priority" : 2
},
{
"name" : "Left Bank Right",
"address" : 28,
"priority" : 2
},
{
"name" : "Special Red",
"address" : 29,
"priority" : 2
},
{
"name" : "Special Orange",
"address" : 30,
"priority" : 2
},
{
"name" : "Right Bank Left",
"address" : 31,
"priority" : 2
},
{
"name" : "Right Bank Middle",
"address" : 32,
"priority" : 2
},
{
"name" : "Right Bank Right",
"address" : 33,
"priority" : 2
},
{
"name" : "Spinner",
"address" : 34,
"priority" : 2
},
{
"name" : "Canal Button Top",
"address" : 35,
"priority" : 2
},
{
"name" : "Canal Button Middle Top",
"address" : 36,
"priority" : 2
},
{
"name" : "Canal Button Middle",
"address" : 37,
"priority" : 2
},
{
"name" : "Canal Button Middle Bottom",
"address" : 38,
"priority" : 2
},
{
"name" : "Canal Button Bottom",
"address" : 39,
"priority" : 2
},
{
"name" : "Top Bank Left",
"address" : 40,
"priority" : 2
},
{
"name" : "Top Bank Middle Left",
"address" : 41,
"priority" : 2
},
{
"name" : "Top Bank Middle",
"address" : 42,
"priority" : 2
},
{
"name" : "Top Bank Middle Right",
"address" : 43,
"priority" : 2
},
{
"name" : "Top Bank Right",
"address" : 44,
"priority" : 2
},
{
"name" : "Fixed Target 1",
"address" : 45,
"priority" : 2
},
{
"name" : "Fixed Target 2",
"address" : 46,
"priority" : 2
},
{
"name" : "Left Pop",
"address" : 47,
"priority" : 2
},
{
"name" : "Right Pop",
"address" : 48,
"priority" : 2
},
{
"name" : "Fixed Target 5",
"address" : 49,
"priority" : 2
},
{
"name" : "Fixed Target 4",
"address" : 50,
"priority" : 2
},
{
"name" : "Fixed Target 3",
"address" : 51,
"priority" : 2
},
{
"name" : "Rising ball",
"address" : 52,
"priority" : 2
}
]
}