diff options
Diffstat (limited to 'keyboards/nyquist/nyquist.h')
-rw-r--r-- | keyboards/nyquist/nyquist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/nyquist/nyquist.h b/keyboards/nyquist/nyquist.h index dcc2a4ffd..8d031b050 100644 --- a/keyboards/nyquist/nyquist.h +++ b/keyboards/nyquist/nyquist.h | |||
@@ -1,7 +1,9 @@ | |||
1 | #ifndef NYQUIST_H | 1 | #ifndef NYQUIST_H |
2 | #define NYQUIST_H | 2 | #define NYQUIST_H |
3 | 3 | ||
4 | #include QMK_SUBPROJECT_H | 4 | #ifdef KEYBOARD_nyquist_rev1 |
5 | #include "rev1.h" | ||
6 | #endif | ||
5 | 7 | ||
6 | #include "quantum.h" | 8 | #include "quantum.h" |
7 | 9 | ||