summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/minidox.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/minidox/minidox.h')
-rw-r--r--keyboards/minidox/minidox.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/minidox/minidox.h b/keyboards/minidox/minidox.h
new file mode 100644
index 000000000..479c7aec7
--- /dev/null
+++ b/keyboards/minidox/minidox.h
@@ -0,0 +1,10 @@
+#ifndef MINIDOX_H
+#define MINIDOX_H
+
+#ifdef SUBPROJECT_rev1
+ #include "rev1.h"
+#endif
+
+#include "quantum.h"
+
+#endif \ No newline at end of file