From eaae1d90eafaef67e3933dd9da3a155aef266182 Mon Sep 17 00:00:00 2001 From: Jorge Guzman Date: Thu, 30 Jul 2026 19:47:37 -0300 Subject: [PATCH] boards/xtensa/esp32s3/esp32s3-m5-cardputer: follow the unified lvglterm input The terminal no longer has separate matrix and USB input sources: it reads any keyboard through one path. Left as it was, the unknown symbol would have been dropped and the configuration would have fallen back to the touch variant, which is the default. This board has no touchscreen, so the terminal would have had no input at all and the build would have said nothing. Signed-off-by: Jorge Guzman --- .../esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig b/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig index 5bb9c031f09..349e37a7e95 100644 --- a/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig @@ -47,7 +47,7 @@ CONFIG_ESP32S3_USBSERIAL=y CONFIG_ESPRESSIF_WIFI=y CONFIG_EXAMPLES_LVGLTERM=y CONFIG_EXAMPLES_LVGLTERM_FONT_UNSCII_8=y -CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD_MATRIX=y +CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y CONFIG_FAT_LCNAMES=y CONFIG_FAT_LFN=y CONFIG_FS_FAT=y