From 0f62383be57d2e3dacc79a76973295c73e805038 Mon Sep 17 00:00:00 2001 From: skullydazed Date: Sat, 23 Feb 2019 17:25:25 -0800 Subject: Clueboard 66% Hotswap Support (#5204) * Initial Clueboard 66% arm support * Fix LAYOUT_66_ansi * wip * Bring this branch up to date with led_matrix * Get Clueboard 66% hotswap working with led_matrix * stm32 cleanup * Fix compiling for clueboard 66% hotswap prototype * Reduce the size of the prototype firmware --- keyboards/clueboard/66_hotswap/66_hotswap.h | 4 ++++ 1 file changed, 4 insertions(+) (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 index 9367c2633..a1ea44841 100644 --- a/keyboards/clueboard/66_hotswap/66_hotswap.h +++ b/keyboards/clueboard/66_hotswap/66_hotswap.h @@ -3,3 +3,7 @@ #ifdef KEYBOARD_clueboard_66_hotswap_gen1 #include "gen1.h" #endif + +#ifdef KEYBOARD_clueboard_66_hotswap_prototype + #include "prototype.h" +#endif -- cgit v1.2.3-70-g09d2