From 3be48837a7ab9b7d0b2ed302ed33a7870c3e1b04 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 14 Sep 2021 11:51:58 -0700 Subject: [PATCH] Better WPM config --- users/drashna/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/users/drashna/config.h b/users/drashna/config.h index ebb8d7b7ac5..8b5d5ba937e 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -41,6 +41,15 @@ # endif #endif +#if defined(WPM_ENABLE) +// # define WPM_LAUNCH_CONTROL +// # define WPM_ALLOW_COUNT_REGRESSOIN +// # define WPM_UNFILTERED +# define WPM_SAMPLE_SECONDS 6 +# define WPM_SAMPLE_PERIODS 50 +# define WPM_ESTIMATED_WORD_SIZE 6 +#endif + #ifdef AUDIO_ENABLE # define AUDIO_CLICKY # define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f