diff options
author | tominabox1 <tom.campie@gmail.com> | 2020-07-27 17:10:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 18:10:40 -0400 |
commit | 6104609afa666750be49ccfa8df8d3ad87fb4f32 (patch) | |
tree | 3118aa07e4c42a53593769ad87c77bcc0afb358a /keyboards/qaz/keymaps/default/config.h | |
parent | 5cbac94d08257a6149c5717d7f25efab7af9c0fa (diff) | |
download | qmk_firmware-6104609afa666750be49ccfa8df8d3ad87fb4f32.tar.gz qmk_firmware-6104609afa666750be49ccfa8df8d3ad87fb4f32.zip |
QAZ Keyboard (#9714)
* Initial qaz commit
* Enable combos
* Improved default keymaps
* Fixed configurator json
* Via initial
* Corrected VIA json
* touch
* Via fixes
* Fixed via matrix
* Formatting
* Add lighting to qaz
* Add rgb animations, add rgb to l2, fix error in via json, enable rgblight by default
* Update QAZ readme
* Remove VIA json, prep for PR
* Correct default bootloader for pro-micro
* Remove accidentally added submodules
* Change names of layout macros
* Move combo defs to keymap folders, fix layout names in info.json
* Fixes transposition of comma and dot keys on default keymaps
* Update keyboards/qaz/keymaps/default/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/qaz/keymaps/default_big_space/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/qaz/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/qaz/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/qaz/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/qaz/keymaps/default/config.h')
-rw-r--r-- | keyboards/qaz/keymaps/default/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/qaz/keymaps/default/config.h b/keyboards/qaz/keymaps/default/config.h new file mode 100644 index 0000000000..12482ff6fe --- /dev/null +++ b/keyboards/qaz/keymaps/default/config.h @@ -0,0 +1,6 @@ +#pragma once + +#ifdef COMBO_ENABLE +# define COMBO_COUNT 5 +# define COMBO_TERM 200 +#endif |