10 lines
167 B
C
10 lines
167 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef KEYBOARD_clueboard_66_hotswap_gen1
|
||
|
#include "gen1.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef KEYBOARD_clueboard_66_hotswap_prototype
|
||
|
#include "prototype.h"
|
||
|
#endif
|