Drop some debugging stuff. Oops.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 1feb474a62
commit c72c7a5fe9

@ -21,21 +21,13 @@
#include <Kaleidoscope-Focus.h> #include <Kaleidoscope-Focus.h>
namespace KaleidoscopePlugins { namespace KaleidoscopePlugins {
#if 0
uint32_t TypingBreaks::settings::idleTimeLimit = 10000; // 10s
uint32_t TypingBreaks::settings::lockTimeOut = 2700000; // 45m
uint32_t TypingBreaks::settings::lockLength = 300000; // 5m
uint16_t TypingBreaks::settings::leftHandMaxKeys;
uint16_t TypingBreaks::settings::rightHandMaxKeys;
#else
TypingBreaks::settings_t TypingBreaks::settings = { TypingBreaks::settings_t TypingBreaks::settings = {
.idleTimeLimit = 10000, .idleTimeLimit = 10000, // 10s
.lockTimeOut = 2700000, .lockTimeOut = 2700000, // 45m
.lockLength = 300000, .lockLength = 300000, // 5m
.leftHandMaxKeys = 0, .leftHandMaxKeys = 0,
.rightHandMaxKeys = 0 .rightHandMaxKeys = 0
}; };
#endif
uint32_t TypingBreaks::sessionStartTime; uint32_t TypingBreaks::sessionStartTime;
uint32_t TypingBreaks::lastKeyTime; uint32_t TypingBreaks::lastKeyTime;

Loading…
Cancel
Save