diff options
Diffstat (limited to 'layouts/community/ergodox/alphadox/config.h')
-rw-r--r-- | layouts/community/ergodox/alphadox/config.h | 12 |
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 000000000..6fc64f508 --- /dev/null +++ b/layouts/community/ergodox/alphadox/config.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef CONFIG_USER_H | ||
2 | #define CONFIG_USER_H | ||
3 | |||
4 | #include QMK_KEYBOARD_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 | ||