From 0e2f1a2197b3a838b579531ab62b867db51b0feb Mon Sep 17 00:00:00 2001 From: Shane Aronson Date: Thu, 20 Jun 2024 19:59:55 -0700 Subject: [PATCH] The menu trigger time was 300 instead of 1000 --- VortexEngine/src/VortexConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexEngine/src/VortexConfig.h b/VortexEngine/src/VortexConfig.h index 320df14f6e..78abeeb5e6 100644 --- a/VortexEngine/src/VortexConfig.h +++ b/VortexEngine/src/VortexConfig.h @@ -59,7 +59,7 @@ // // How long the button must be held to trigger ring menu and begin // filling the first menu color -#define MENU_TRIGGER_TIME 300 +#define MENU_TRIGGER_TIME 1000 // Short Click Threshold (in milliseconds) //