AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 15 Bitcoin

feat(core): add Tap to Wake toggle to device menu and apply at startup

Public commit record

What the developer wrote

Authored by bleska

93/100 · Strong
feat(core): add Tap to Wake toggle to device menu and apply at startup

Add ToggleTapToWake action to Eckhart device menu (T3W1 only). The
setting is stored inverted as _DISABLE_TAP_TO_WAKE in device storage,
defaulting to enabled when the key is absent.

Apply the stored preference via touch_wakeup_set_enabled() in boot.py
and in lock_manager.reload_settings_from_storage() so it takes effect
on startup and whenever settings are reloaded after unlock.

Closes #6838
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This commit adds a user-facing 'Tap to Wake' on/off toggle to the device menu on the Trezor T3W1 hardware wallet. It stores the preference in device storage and applies it at startup and when settings are reloaded after unlocking. There is no security issue visible in the change.

Recommended action

No security action required. This is a feature addition for user preference management.

Security signals we found

No strong security signals were identified.

Risk score

Why this scored 15/100

Our methodology →
Potential impact 0/30
Exploitability 0/25
Stealth signal 0/15
Affected reach 0/15
Confidence 10/10
Evidence quality 5/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.