diff options
Diffstat (limited to 'keyboards/nyquist/rev1')
-rw-r--r-- | keyboards/nyquist/rev1/rev1.c | 2 | ||||
-rw-r--r-- | keyboards/nyquist/rev1/rev1.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nyquist/rev1/rev1.c b/keyboards/nyquist/rev1/rev1.c index 7b3228fa6..99bd781d5 100644 --- a/keyboards/nyquist/rev1/rev1.c +++ b/keyboards/nyquist/rev1/rev1.c | |||
@@ -1,4 +1,4 @@ | |||
1 | #include QMK_SUBPROJECT_H | 1 | #include "rev1.h" |
2 | 2 | ||
3 | #ifdef AUDIO_ENABLE | 3 | #ifdef AUDIO_ENABLE |
4 | float tone_startup[][2] = SONG(STARTUP_SOUND); | 4 | float tone_startup[][2] = SONG(STARTUP_SOUND); |
diff --git a/keyboards/nyquist/rev1/rev1.h b/keyboards/nyquist/rev1/rev1.h index cf9bf8020..eeaf15272 100644 --- a/keyboards/nyquist/rev1/rev1.h +++ b/keyboards/nyquist/rev1/rev1.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef REV1_H | 1 | #ifndef REV1_H |
2 | #define REV1_H | 2 | #define REV1_H |
3 | 3 | ||
4 | #include QMK_KEYBOARD_H | 4 | #include "nyquist.h" |
5 | 5 | ||
6 | //void promicro_bootloader_jmp(bool program); | 6 | //void promicro_bootloader_jmp(bool program); |
7 | #include "quantum.h" | 7 | #include "quantum.h" |