1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-20 05:18:08 +00:00

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

This commit is contained in:
matejcik 2023-07-24 11:39:51 +02:00 committed by matejcik
parent be9b88038f
commit a8a97276a8

17
common/models.json Normal file
View File

@ -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"
}
}
}