summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/alphadox/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-10-26 00:46:56 -0400
committerGitHub <noreply@github.com>2016-10-26 00:46:56 -0400
commitf2dd125a1e56e7692cd4b58b07215d4893f5548e (patch)
treefd597fd5e51d90a6426acd9e1c1a2b22578bd1c6 /keyboards/ergodox/keymaps/alphadox/config.h
parentc66c86cace918fd7f726395fa961207f63916970 (diff)
parent427ea7a8892b60b11e8f6aae2e21b82608ab0071 (diff)
Merge pull request #831 from kejadlen/master
add alphadox layouts to atreus and ergodox
Diffstat (limited to 'keyboards/ergodox/keymaps/alphadox/config.h')
-rw-r--r--keyboards/ergodox/keymaps/alphadox/config.h12
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