20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"manufacturer": "Sigma Designs (Former Zensys)",
|
|
"manufacturerId": "0x0000",
|
|
"label": "HUSBZB-1",
|
|
"description": "QuickStick Combo",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0001",
|
|
"productId": "0x0001"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"compat": {
|
|
// Workaround for a firmware bug in 500 series controllers
|
|
"$import": "~/templates/master_template.json#500_series_controller_compat_flags"
|
|
}
|
|
}
|