summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/ergodox.h
diff options
context:
space:
mode:
authorJoshua T <joshua@sonofone.net>2016-07-30 08:41:22 -0500
committerJoshua T <joshua@sonofone.net>2016-07-30 08:41:22 -0500
commite9a501d4477981da878294a630431ed76716c57e (patch)
tree5c6c6a381e21f3d8f2bba223438d7528da717962 /keyboards/ergodox/ergodox.h
parent5607b716ba0ec7002f29244f24aa8999b9511061 (diff)
parent7775f3e4b3309f3102bf9d887a79514a67d18da6 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/ergodox/ergodox.h')
-rw-r--r--keyboards/ergodox/ergodox.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/ergodox/ergodox.h b/keyboards/ergodox/ergodox.h
new file mode 100644
index 0000000000..f8ec8b5bf2
--- /dev/null
+++ b/keyboards/ergodox/ergodox.h
@@ -0,0 +1,10 @@
+#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_ */