diff options
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r-- | users/drashna/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index ebb8d7b7a..8b5d5ba93 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
@@ -41,6 +41,15 @@ | |||
41 | # endif | 41 | # endif |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | #if defined(WPM_ENABLE) | ||
45 | // # define WPM_LAUNCH_CONTROL | ||
46 | // # define WPM_ALLOW_COUNT_REGRESSOIN | ||
47 | // # define WPM_UNFILTERED | ||
48 | # define WPM_SAMPLE_SECONDS 6 | ||
49 | # define WPM_SAMPLE_PERIODS 50 | ||
50 | # define WPM_ESTIMATED_WORD_SIZE 6 | ||
51 | #endif | ||
52 | |||
44 | #ifdef AUDIO_ENABLE | 53 | #ifdef AUDIO_ENABLE |
45 | # define AUDIO_CLICKY | 54 | # define AUDIO_CLICKY |
46 | # define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f | 55 | # define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f |