Skip to content

Instantly share code, notes, and snippets.

@warrenburton
Created November 30, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warrenburton/7c78fe8b61ccc000e66cd966bfb1800c to your computer and use it in GitHub Desktop.
Save warrenburton/7c78fe8b61ccc000e66cd966bfb1800c to your computer and use it in GitHub Desktop.
keyboard for buttons event recorder app
{
"name" : "Portugal birds",
"horizontalCount" : 3,
"buttons" : [
{
"name" : "wagtail ",
"color" : "#FFFFFF",
"index" : 4
},
{
"name" : "sanderling",
"color" : "#FFBC01",
"index" : 0
},
{
"name" : "black cap",
"color" : "#FFFFFF",
"index" : 8
},
{
"name" : "kestrel",
"color" : "#FFFFFF",
"index" : 10
},
{
"name" : "raptor",
"color" : "#FEFC52",
"index" : 11
},
{
"name" : "Turnstone",
"color" : "#FFBC01",
"index" : 2
},
{
"name" : "size",
"color" : "#FFFFFF",
"index" : 21,
"isParent" : 1,
"children" : [
{
"name" : "starling size",
"color" : "#FFFFFF",
"index" : 3
},
{
"name" : "small",
"color" : "#FFFFFF",
"index" : 2
},
{
"name" : "tiny",
"color" : "#FFFFFF",
"index" : 1
},
{
"name" : "chicken-size",
"color" : "#FFFFFF",
"index" : 5
},
{
"name" : "BB gull size",
"color" : "#FFFFFF",
"index" : 6
},
{
"name" : "mid sized",
"color" : "#FFFFFF",
"index" : 4
}
]
},
{
"name" : "tail",
"color" : "#02FCC7",
"index" : 20,
"isParent" : 1,
"children" : [
{
"name" : "fanned",
"color" : "#FFFFFF",
"index" : 3
},
{
"name" : "narrow",
"color" : "#FFFFFF",
"index" : 4
},
{
"name" : "long",
"color" : "#FFFFFF",
"index" : 1
},
{
"name" : "wedge",
"color" : "#FFFFFF",
"autotype" : "wedge tail",
"index" : 2
}
]
},
{
"name" : "partridge",
"color" : "#FFFFFF",
"index" : 9
},
{
"name" : "collard dove ",
"color" : "#FFFFFF",
"index" : 5
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment