aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/alphadox/config.h
diff options
context:
space:
mode:
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 000000000..deb218dc0
--- /dev/null
+++ b/keyboards/ergodox/keymaps/alphadox/config.h
@@ -0,0 +1,12 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define FORCE_NKRO
7#define PREVENT_STUCK_MODIFIERS
8
9#undef TAPPING_TERM
10#undef IGNORE_MOD_TAP_INTERRUPT
11
12#endif