From e46f9db88bdf3af1449bd8362fcb948a0a321c1b Mon Sep 17 00:00:00 2001 From: Robert Fisk Date: Mon, 8 Jan 2018 15:14:56 +1300 Subject: [PATCH] Tweak keyboard lockout threshold --- Upstream/Inc/build_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upstream/Inc/build_config.h b/Upstream/Inc/build_config.h index fb0531e..ceaa030 100644 --- a/Upstream/Inc/build_config.h +++ b/Upstream/Inc/build_config.h @@ -27,7 +27,7 @@ #ifdef CONFIG_KEYBOARD_BOT_DETECT_ENABLED //----------------------------------------------------------- //Adjust this threshold first to tune keyboard bot detection. Lower values = more sensitive - #define KEYBOARD_BOTDETECT_LOCKOUT_BIN_THRESHOLD 4 //4 is a good setting for the paranoid. 5 is good for the average user who doesn't want to encounter a rare false-positive. + #define KEYBOARD_BOTDETECT_LOCKOUT_BIN_THRESHOLD 5 //4 is a good setting for the paranoid. 5 is good for the average user who doesn't want to encounter a rare false-positive. //----------------------------------------------------------- #define KEYBOARD_BOTDETECT_FAST_BIN_WIDTH_MS 10 //10ms per bin