summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index f87128adf8..12a1ad0cf8 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -81,8 +81,8 @@ static bool phones_present = false;
* So, on touchscreen we don't want to artifically slow down early repeats,
* it'd have the contrary effect of making rockbox appear lagging
*/
-#define REPEAT_INTERVAL_START (3*HZ/100)
-#define REPEAT_INTERVAL_FINISH (3*HZ/100)
+#define REPEAT_INTERVAL_START (5*HZ/100)
+#define REPEAT_INTERVAL_FINISH (5*HZ/100)
#endif
#ifdef HAVE_BUTTON_DATA