Browse Source

Better WPM config

pull/15328/head
Drashna Jael're 2 years ago
parent
commit
3be48837a7
No known key found for this signature in database GPG Key ID: DBA1FD3A860D1B11
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      users/drashna/config.h

+ 9
- 0
users/drashna/config.h View File

@ -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


Loading…
Cancel
Save