diff options
author | Adam Bell <agbell@gmail.com> | 2017-06-03 10:28:36 -0400 |
---|---|---|
committer | Adam Bell <agbell@gmail.com> | 2017-06-03 10:28:36 -0400 |
commit | 82de4d039d39c87a1df68708f3033926c27f7e6c (patch) | |
tree | f29c1769af99445f287430cb87f953c6e866c271 /keyboards/ergodox/keymaps/adam/config.h | |
parent | 6d6dee29560925c85bea8d1026359c8b57f09542 (diff) | |
download | qmk_firmware-82de4d039d39c87a1df68708f3033926c27f7e6c.tar.gz qmk_firmware-82de4d039d39c87a1df68708f3033926c27f7e6c.zip |
Ergodox Adam keymap
Diffstat (limited to 'keyboards/ergodox/keymaps/adam/config.h')
-rw-r--r-- | keyboards/ergodox/keymaps/adam/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/adam/config.h b/keyboards/ergodox/keymaps/adam/config.h new file mode 100644 index 0000000000..b3910bc452 --- /dev/null +++ b/keyboards/ergodox/keymaps/adam/config.h @@ -0,0 +1,6 @@ +#include "../../config.h" + +#undef TAPPING_TERM +#define TAPPING_TERM 300 //At 500 some bad logic takes hold +#define PREVENT_STUCK_MODIFIERS +#define IGNORE_MOD_TAP_INTERRUPT |