From cc110551065d796d7e06814ebce0e35bb00123a8 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 2 Oct 2023 16:29:58 +0200 Subject: [PATCH] fixup! refactor(core): unify touch and button handling, enable usage of both in one model --- core/mocks/generated/trezorutils.pyi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/mocks/generated/trezorutils.pyi b/core/mocks/generated/trezorutils.pyi index e206772be..6d5fa8fa7 100644 --- a/core/mocks/generated/trezorutils.pyi +++ b/core/mocks/generated/trezorutils.pyi @@ -97,12 +97,14 @@ VERSION_PATCH: int """Patch version.""" USE_SD_CARD: bool """Whether the hardware supports SD card.""" -USE_TOUCH: bool -USE_BUTTON: bool USE_BACKLIGHT: bool """Whether the hardware supports backlight brightness control.""" USE_OPTIGA: bool """Whether the hardware supports Optiga secure element.""" +USE_TOUCH: bool +"""Whether the hardware supports touch layer.""" +USE_BUTTON: bool +"""Whether the hardware supports physical buttons.""" MODEL: str """Model name.""" MODEL_FULL_NAME: str