From 5133cda7c1aee418ec64d22f83fb0b500606a1fe Mon Sep 17 00:00:00 2001 From: David Glaude Date: Tue, 16 Dec 2025 16:24:34 +0100 Subject: [PATCH] Removing keyboard support to work on Cardputer ADV Keyboard support for ADV can be written in python land, removing this code should free the GPIO from the matrix scanning so that I2C can be used. --- ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk b/ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk index bc30ae3afd5e9..2cc4bfde6f55a 100644 --- a/ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk +++ b/ports/espressif/boards/m5stack_cardputer/mpconfigboard.mk @@ -13,4 +13,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 8MB CIRCUITPY_ESPCAMERA = 0 CIRCUITPY_MAX3421E = 0 -SRC_C += module/cardputer_keyboard.c +# Disabling keyboard support for Cardputer ADV +#SRC_C += module/cardputer_keyboard.c