diff options
Diffstat (limited to 'layouts/community/ergodox/adam/config.h')
-rw-r--r-- | layouts/community/ergodox/adam/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/community/ergodox/adam/config.h b/layouts/community/ergodox/adam/config.h new file mode 100644 index 0000000000..21af8c6b8d --- /dev/null +++ b/layouts/community/ergodox/adam/config.h @@ -0,0 +1,6 @@ +#include QMK_KEYBOARD_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 |