summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66_hotswap/66_hotswap.h
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-02-11 02:09:47 +0100
committerGitHub <noreply@github.com>2018-02-11 02:09:47 +0100
commit994d94140e16f60515f193337309d89af6e6695e (patch)
treeb5f779a25f5a064e329bdb5944eeeb6a028b8e05 /keyboards/clueboard/66_hotswap/66_hotswap.h
parentfa72d4aa5ad278bd830fdea6da4e6d1311bba96d (diff)
downloadqmk_firmware-994d94140e16f60515f193337309d89af6e6695e.tar.gz
qmk_firmware-994d94140e16f60515f193337309d89af6e6695e.tar.xz
Clueboard hotswap support (#2376)
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