Skip to content

Commit

Permalink
feat(common): add new t3t1 color variant
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Jan 13, 2025
1 parent eef2f41 commit 7a48b17
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
74 changes: 37 additions & 37 deletions common/models.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"T1B1": {
"name": "Trezor Model One",
"colors": {}
},
"T2T1": {
"name": "Trezor Model T",
"colors": {}
},
"T2B1": {
"name": "Trezor Safe 3",
"colors": {
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3B1": {
"name": "Trezor Safe 3",
"colors": {
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3T1": {
"name": "Trezor Safe 5",
"colors": {
"1": "Black Graphite",
"2": "Violet Ore",
"3": "Green Beryl",
"4": "Bitcoin Orange"
}
"T1B1": {
"name": "Trezor Model One",
"colors": {}
},
"T2T1": {
"name": "Trezor Model T",
"colors": {}
},
"T2B1": {
"name": "Trezor Safe 3",
"colors": {
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3B1": {
"name": "Trezor Safe 3",
"colors": {
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3T1": {
"name": "Trezor Safe 5",
"colors": {
"1": "Black Graphite",
"2": "Violet Ore",
"3": "Green Beryl",
"4": "Bitcoin Orange",
"5": "Freedom Edition"
}
}
}

1 change: 1 addition & 0 deletions core/trezor-firmware
Submodule trezor-firmware added at af5544

0 comments on commit 7a48b17

Please sign in to comment.