feat(common): add model and color information (fixes #3160)

matejcik/prodtest-tr
matejcik 10 months ago committed by matejcik
parent be9b88038f
commit a8a97276a8

@ -0,0 +1,17 @@
{
"T1B1": {
"name": "Trezor Model One",
"colors": {}
},
"T2T1": {
"name": "Trezor Model T",
"colors": {}
},
"T2B1": {
"name": "Trezor Model R",
"colors": {
"0": "Black",
"1": "White"
}
}
}
Loading…
Cancel
Save