From a8a97276a8d57c75f97a904bfec0119be6452cf9 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 24 Jul 2023 11:39:51 +0200 Subject: [PATCH] feat(common): add model and color information (fixes #3160) --- common/models.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 common/models.json diff --git a/common/models.json b/common/models.json new file mode 100644 index 000000000..cb36fbd84 --- /dev/null +++ b/common/models.json @@ -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" + } + } +}