-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(common): add new t3t1 color variant
- Loading branch information
1 parent
eef2f41
commit 7a48b17
Showing
2 changed files
with
38 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
|
Submodule trezor-firmware
added at
af5544