summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/ergodox.h
diff options
context:
space:
mode:
authorFred Sundvik2016-07-07 22:28:28 +0300
committerFred Sundvik2016-07-29 20:48:04 +0300
commit9af995c59b2655fa347e43b1eab2122e72ef7fe3 (patch)
treef76ccbd3ab8c911ae851bb83d13173c5755c7162 /keyboards/ergodox/ergodox.h
parent30003d48f9a04676b81bf2980a235106ec7886b0 (diff)
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Diffstat (limited to 'keyboards/ergodox/ergodox.h')
-rw-r--r--keyboards/ergodox/ergodox.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/ergodox/ergodox.h b/keyboards/ergodox/ergodox.h
new file mode 100644
index 000000000..fe54e3260
--- /dev/null
+++ b/keyboards/ergodox/ergodox.h
@@ -0,0 +1,11 @@
+#ifndef KEYBOARDS_ERGODOX_ERGODOX_H_
+#define KEYBOARDS_ERGODOX_ERGODOX_H_
+
+#ifdef SUBPROJECT_ez
+ #include "ez.h"
+#endif
+#ifdef SUBPROJECT_infinity
+ #include "infinity.h"
+#endif
+
+#endif /* KEYBOARDS_ERGODOX_ERGODOX_H_ */