diff options
author | squizzler <56064906+squizzler@users.noreply.github.com> | 2020-05-27 13:23:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 13:23:57 +0100 |
commit | a1af8542c74525d7b5c5ff85052e6afa2589a418 (patch) | |
tree | 175a15d10c2811afbf440f9575bb6e3a7ce72a47 /keyboards/minidox/keymaps/rsthd_combos/config.h | |
parent | 1a5dc278bc5aadfce220e18d53ff612d6592a12b (diff) |
RSTHD keymap for Minidox (#9178)
* Re-add liles after hard reset
* repopulate with keymap
* Update keyboards/minidox/keymaps/rsthd_combos/keymap.c
Updated how the layers are defined to reduce firmware bloat
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/minidox/keymaps/rsthd_combos/keymap.c
Removed unnecessary key codes
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/minidox/keymaps/rsthd_combos/keymap.c
Removed backslash from each line of the layers in accordance with current convention.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Edit of readme
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/minidox/keymaps/rsthd_combos/config.h')
-rw-r--r-- | keyboards/minidox/keymaps/rsthd_combos/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/minidox/keymaps/rsthd_combos/config.h b/keyboards/minidox/keymaps/rsthd_combos/config.h new file mode 100644 index 0000000000..1106412b59 --- /dev/null +++ b/keyboards/minidox/keymaps/rsthd_combos/config.h @@ -0,0 +1,9 @@ +#pragma once + +#define USE_SERIAL +#define EE_HANDS + + +#define COMBO_COUNT 10 +#define COMBO_TERM 100 +#define IGNORE_MOD_TAP_INTERRUPT |