You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
260 B
C
17 lines
260 B
C
8 years ago
|
#ifndef CLUEBOARD_H
|
||
|
#define CLUEBOARD_H
|
||
|
|
||
7 years ago
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_clueboard_66_rev1
|
||
8 years ago
|
#include "rev1.h"
|
||
|
#endif
|
||
7 years ago
|
#ifdef KEYBOARD_clueboard_66_rev2
|
||
8 years ago
|
#include "rev2.h"
|
||
|
#endif
|
||
7 years ago
|
#ifdef KEYBOARD_clueboard_66_rev3
|
||
7 years ago
|
#include "rev3.h"
|
||
|
#endif
|
||
8 years ago
|
|
||
|
#endif
|