diff options
Diffstat (limited to 'keyboards/qaz/keymaps/default_big_space/config.h')
-rw-r--r-- | keyboards/qaz/keymaps/default_big_space/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/qaz/keymaps/default_big_space/config.h b/keyboards/qaz/keymaps/default_big_space/config.h new file mode 100644 index 0000000000..12482ff6fe --- /dev/null +++ b/keyboards/qaz/keymaps/default_big_space/config.h @@ -0,0 +1,6 @@ +#pragma once + +#ifdef COMBO_ENABLE +# define COMBO_COUNT 5 +# define COMBO_TERM 200 +#endif |