From 1a2ad07aacc3e05f9403afb9050066437ccdb8c4 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Mon, 29 Jan 2024 12:04:45 +0100 Subject: [PATCH] comment added --- Platformio/src/gui_general_and_keys/keys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Platformio/src/gui_general_and_keys/keys.h b/Platformio/src/gui_general_and_keys/keys.h index cb6d574..5d4cfdd 100644 --- a/Platformio/src/gui_general_and_keys/keys.h +++ b/Platformio/src/gui_general_and_keys/keys.h @@ -17,6 +17,7 @@ #define BUTTON_PIN_BITMASK 0b1110110000000000000000000010000000000000 //IO34+IO35+IO37+IO38+IO39(+IO13) enum repeatModes { + // only as fallback REPEAT_MODE_UNKNOWN, // if you short press or hold a key on the keypad, only one single command from keyCommands_short is sent // -> best used if you do not want a command to be sent more than once, even if you press the key (too) long, e.g. when toggling power