summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66_hotswap/66_hotswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/66_hotswap/66_hotswap.h')
-rw-r--r--keyboards/clueboard/66_hotswap/66_hotswap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/clueboard/66_hotswap/66_hotswap.h b/keyboards/clueboard/66_hotswap/66_hotswap.h
new file mode 100644
index 000000000..61c6fe359
--- /dev/null
+++ b/keyboards/clueboard/66_hotswap/66_hotswap.h
@@ -0,0 +1,10 @@
+#ifndef CLUEBOARD_H
+#define CLUEBOARD_H
+
+#include "quantum.h"
+
+#ifdef KEYBOARD_clueboard_66_hotswap_gen1
+ #include "gen1.h"
+#endif
+
+#endif