diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-10-26 10:55:41 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-10-26 10:55:41 -0400 |
commit | 2a2920d92c5c314fe6291c92dee92fb6ff8294fe (patch) | |
tree | a8cc9ba8791d01c8bb5668ffd46508dd594c5aeb /keyboards/ergodox/keymaps/alphadox/config.h | |
parent | 6a0313ac262af5d717a33a0b01bd44c9e38362f3 (diff) | |
parent | f44ead146214381aa78344f1d4fe3e1b24010c95 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |