diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-28 23:41:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 23:41:59 -0800 |
commit | 5b5b36421a7c887aad5bf5faef06dcf133d64f15 (patch) | |
tree | 166ec88bd74110261682d82cd1a4ee43ab0802be /users/drashna/config.h | |
parent | 4ee33f1ffd921d4691207c5c3ab8c12742ddc12d (diff) |
[Keymap] Unicode and cursor sync - drashna keymap (#15328)
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 ebb8d7b7ac..8b5d5ba937 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 |