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:
parent
be9b88038f
commit
a8a97276a8
17
common/models.json
Normal file
17
common/models.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user