diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 10:12:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:12:57 -0800 |
commit | b8deac707e7ed8f278a53dfba93dae0730ea4b77 (patch) | |
tree | 04e6d4e4c2c699c5b0690688204df486edee2434 /keyboards/tominabox1/qaz/keymaps/default/config.h | |
parent | 1477440ba0e57347a4b8be0f137f7ced373b3325 (diff) |
[Keyboard] move @tominabox1 's keebs into /tominabox1 (#16109)
Diffstat (limited to 'keyboards/tominabox1/qaz/keymaps/default/config.h')
-rw-r--r-- | keyboards/tominabox1/qaz/keymaps/default/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/tominabox1/qaz/keymaps/default/config.h b/keyboards/tominabox1/qaz/keymaps/default/config.h new file mode 100644 index 0000000000..12482ff6fe --- /dev/null +++ b/keyboards/tominabox1/qaz/keymaps/default/config.h @@ -0,0 +1,6 @@ +#pragma once + +#ifdef COMBO_ENABLE +# define COMBO_COUNT 5 +# define COMBO_TERM 200 +#endif |