summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/config.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-08 09:09:31 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 20:48:19 +0300
commitb0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (patch)
tree87080086b2c43cd86916b161838b2bbcf7e15849 /keyboards/ergodox/config.h
parent9af995c59b2655fa347e43b1eab2122e72ef7fe3 (diff)
All Ez keymaps compiles
Diffstat (limited to 'keyboards/ergodox/config.h')
-rw-r--r--keyboards/ergodox/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h
new file mode 100644
index 0000000000..c37c10e931
--- /dev/null
+++ b/keyboards/ergodox/config.h
@@ -0,0 +1,12 @@
+#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
+#define KEYBOARDS_ERGODOX_CONFIG_H_
+
+#ifdef SUBPROJECT_ez
+ #include "ez/config.h"
+#endif
+#ifdef SUBPROJECT_infinity
+ #include "infinity/config.h"
+#endif
+
+
+#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */