summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/config.h
diff options
context:
space:
mode:
authorYu He2017-08-12 16:05:05 +0200
committerJack Humbert2017-08-16 17:31:12 -0400
commit52f4a38cb39e3640e0479b794815eae38a49f503 (patch)
treede79702f626281ee44f68c6c543db750e09c55de /keyboards/ergodox/config.h
parentf02430b131961e97e06a8f57719f48fdbe4a2fe8 (diff)
Add support for the ErgoDone
Diffstat (limited to 'keyboards/ergodox/config.h')
-rw-r--r--keyboards/ergodox/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h
index 2091999bb..0e461e59d 100644
--- a/keyboards/ergodox/config.h
+++ b/keyboards/ergodox/config.h
@@ -32,6 +32,9 @@
#ifdef SUBPROJECT_infinity
#include "infinity/config.h"
#endif
+#ifdef SUBPROJECT_ergodone
+ #include "ergodone/config.h"
+#endif
#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */