From 4eda582d80cf1a0793dac8b18c0323d2b6f624a5 Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:21:13 +0100 Subject: [PATCH] swap V1 buttons --- variants/esp32s3/t5s3_epaper/variant.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/variants/esp32s3/t5s3_epaper/variant.h b/variants/esp32s3/t5s3_epaper/variant.h index 6569cc4fb..0e86c431b 100644 --- a/variants/esp32s3/t5s3_epaper/variant.h +++ b/variants/esp32s3/t5s3_epaper/variant.h @@ -4,6 +4,9 @@ #define EPD_WIDTH 960 #define EPD_HEIGHT 540 +#define CANNED_MESSAGE_MODULE_ENABLE 1 +#define USE_VIRTUAL_KEYBOARD 1 + #if defined(T5_S3_EPAPER_PRO_V1) #define BOARD_BL_EN 40 #else @@ -37,10 +40,12 @@ #define GPS_TX_PIN 43 #endif -#define BUTTON_PIN 0 #if defined(T5_S3_EPAPER_PRO_V1) -#define PIN_BUTTON2 48 +#define BUTTON_PIN 48 +#define PIN_BUTTON2 0 #define ALT_BUTTON_PIN PIN_BUTTON2 +#else +#define BUTTON_PIN 0 #endif // SD card