Skip to content

Commit

Permalink
Clueboard 66% Hotswap Support (qmk#5204)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
skullydazed authored and mechmerlin committed Feb 24, 2019
1 parent 539a6fc commit 0f62383
Show file tree
Hide file tree
Showing 17 changed files with 2,099 additions and 143 deletions.
4 changes: 4 additions & 0 deletions keyboards/clueboard/66_hotswap/66_hotswap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
#ifdef KEYBOARD_clueboard_66_hotswap_gen1
#include "gen1.h"
#endif

#ifdef KEYBOARD_clueboard_66_hotswap_prototype
#include "prototype.h"
#endif
1 change: 0 additions & 1 deletion keyboards/clueboard/66_hotswap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once

#include "config_common.h"

/* USB Device descriptor parameter */
Expand Down
Loading

0 comments on commit 0f62383

Please sign in to comment.