From 3405e368d293775de8a97af6c6b88d276239f644 Mon Sep 17 00:00:00 2001 From: Pirata Date: Sat, 28 Dec 2024 17:31:17 -0300 Subject: [PATCH] Pinout fixes --- boards/pinouts/m5stack-cardputer.h | 4 ++++ boards/pinouts/m5stack-core.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/pinouts/m5stack-cardputer.h b/boards/pinouts/m5stack-cardputer.h index e28a11e87..eab893686 100644 --- a/boards/pinouts/m5stack-cardputer.h +++ b/boards/pinouts/m5stack-cardputer.h @@ -7,6 +7,10 @@ #define USB_VID 0x303a #define USB_PID 0x1001 +#define HAS_KEYBOARD //has keyboard to use +#define HAS_KEYBOARD_HID //has keyboard to use +#define KB_HID_EXIT_MSG "fn + esc to exit" + static const uint8_t TX = 43; static const uint8_t RX = 44; diff --git a/boards/pinouts/m5stack-core.h b/boards/pinouts/m5stack-core.h index 294ba3a06..e2161ed9a 100644 --- a/boards/pinouts/m5stack-core.h +++ b/boards/pinouts/m5stack-core.h @@ -3,10 +3,6 @@ #include -#define HAS_KEYBOARD //has keyboard to use -#define HAS_KEYBOARD_HID //has keyboard to use -#define KB_HID_EXIT_MSG "fn + esc to exit" - static const uint8_t TX = 1; static const uint8_t RX = 3;