From 994d94140e16f60515f193337309d89af6e6695e Mon Sep 17 00:00:00 2001 From: skullydazed Date: Sat, 10 Feb 2018 17:09:47 -0800 Subject: Clueboard hotswap support (#2376) --- keyboards/clueboard/66_hotswap/66_hotswap.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 keyboards/clueboard/66_hotswap/66_hotswap.h (limited to 'keyboards/clueboard/66_hotswap/66_hotswap.h') diff --git a/keyboards/clueboard/66_hotswap/66_hotswap.h b/keyboards/clueboard/66_hotswap/66_hotswap.h new file mode 100644 index 0000000000..61c6fe3594 --- /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 -- cgit v1.2.3