From d7302d04dd286cc7f505f17abb627c3217047ea1 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 6 Oct 2017 11:17:18 +0200 Subject: [PATCH] Correct the lock_length default in the README It's 5 minutes, not 15. Fixes #7, thanks @gedankenexperimenter! Signed-off-by: Gergely Nagy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd99928..23b5f52c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ properties. All times are in milliseconds. > The length until the keyboard lock is held. Any key pressed while the lock is > active, will be discarded. > -> Defaults to 300000 (15 minutes). +> Defaults to 300000 (5 minutes). ### `.settings.left_hand_max_keys`