aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/alphadox/config.h
diff options
context:
space:
mode:
authorAlpha Chen <alpha.chen@gmail.com>2016-10-04 08:19:44 -0700
committerAlpha Chen <alpha.chen@gmail.com>2016-10-25 09:00:45 -0700
commit22cb73fad312e42f595582f9629105348e7b4bd3 (patch)
treebdeb6302c6f4ee80fcb985748f02d06bda1cae99 /keyboards/ergodox/keymaps/alphadox/config.h
parent2e2b9962cdc20e9f46dd0194f25a68ffa05e7d36 (diff)
downloadfirmware-22cb73fad312e42f595582f9629105348e7b4bd3.tar.gz
firmware-22cb73fad312e42f595582f9629105348e7b4bd3.tar.bz2
firmware-22cb73fad312e42f595582f9629105348e7b4bd3.zip
add alphadox layouts to atreus and ergodox
Diffstat (limited to 'keyboards/ergodox/keymaps/alphadox/config.h')
-rw-r--r--keyboards/ergodox/keymaps/alphadox/config.h9
1 files changed, 9 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..89807d84a
--- /dev/null
+++ b/keyboards/ergodox/keymaps/alphadox/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+#define FORCE_NKRO
+#define PREVENT_STUCK_MODIFIERS
+
+#endif