Changed idle_time_limit to 5 minutes

pull/389/head
Michael Richters 7 years ago
parent 51b28577db
commit 05dfe5be7e

@ -23,7 +23,7 @@
namespace kaleidoscope {
TypingBreaks::settings_t TypingBreaks::settings = {
.idle_time_limit = 10, // 10s
.idle_time_limit = 300, // 5m
.lock_time_out = 2700, // 45m
.lock_length = 300, // 5m
.left_hand_max_keys = 0,

Loading…
Cancel
Save