diff options
author | IBNobody <protospherex@gmail.com> | 2016-10-28 09:28:47 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-10-28 09:28:47 -0500 |
commit | a0fdb6b81aa33c493bc4fccab178fcbe02231578 (patch) | |
tree | ae2eb2212acb86966efefb98fb7f04686c94b7da /keyboards/ergodox/keymaps/alphadox/config.h | |
parent | ef8f6180272c3e112f97a6beb9dd90bece3c2131 (diff) | |
parent | f44ead146214381aa78344f1d4fe3e1b24010c95 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/alphadox/config.h')
-rw-r--r-- | keyboards/ergodox/keymaps/alphadox/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/alphadox/config.h b/keyboards/ergodox/keymaps/alphadox/config.h new file mode 100644 index 0000000000..deb218dc0d --- /dev/null +++ b/keyboards/ergodox/keymaps/alphadox/config.h @@ -0,0 +1,12 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define FORCE_NKRO +#define PREVENT_STUCK_MODIFIERS + +#undef TAPPING_TERM +#undef IGNORE_MOD_TAP_INTERRUPT + +#endif |