chore(core): change default `TREZOR_MODEL` to `T3W1`
What changed, and why it matters
This commit simply changes the default hardware model name used when building the Trezor firmware from 'T2T1' (Model T) to 'T3W1' (a newer model). It is a one-line build configuration change with no security relevance.
No security action required. Treat as a routine build-default update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line change in core/Makefile updates the default value of the TREZOR_MODEL build variable from T2T1 to T3W1. This affects which device target is selected when the variable is not explicitly overridden during the build. There are no code logic, cryptographic, or access-control changes.
Changed components
core/Makefile default build configurationInspect captured patch +1 / −1
diff --git a/core/Makefile b/core/Makefile
index ab10f901..439f4de6 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -34,7 +34,7 @@ BITCOIN_ONLY ?= 0
BOOTLOADER_QA ?= 0
BOOTLOADER_DEVEL ?= 0
UNSAFE_FW ?= 0
-TREZOR_MODEL ?= T2T1
+TREZOR_MODEL ?= T3W1
TREZOR_MEMPERF ?= 0
ADDRESS_SANITIZER ?= 0
CMAKELISTS ?= 0
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.