summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/ergodox.h
diff options
context:
space:
mode:
authorStephen Christie2016-08-02 22:51:30 -0400
committerStephen Christie2016-08-02 22:51:30 -0400
commitbf2b260429dbc015d49d005065a37441c8f15753 (patch)
treeff87f04b747ce54870e8fb2a56af205079f9415c /keyboards/ergodox/ergodox.h
parent0acb394ac41f56895d4287d950a79bca5437a45c (diff)
parent79a9e04706919b4cc684f9ee9420ef38470bcd66 (diff)
Merge branch 'master' of http://github.com/jackhumbert/qmk_firmware
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 000000000..f8ec8b5bf
--- /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_ */