summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/alphadox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/alphadox/config.h')
-rw-r--r--layouts/community/ergodox/alphadox/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/community/ergodox/alphadox/config.h b/layouts/community/ergodox/alphadox/config.h
new file mode 100644
index 0000000000..6fc64f5082
--- /dev/null
+++ b/layouts/community/ergodox/alphadox/config.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include QMK_KEYBOARD_CONFIG_H
+
+#define FORCE_NKRO
+#define PREVENT_STUCK_MODIFIERS
+
+#undef TAPPING_TERM
+#undef IGNORE_MOD_TAP_INTERRUPT
+
+#endif