aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index d3685f50b..bd95d5ea8 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -34,6 +34,14 @@ extern backlight_config_t backlight_config;
34#include "fauxclicky.h" 34#include "fauxclicky.h"
35#endif 35#endif
36 36
37#ifdef API_ENABLE
38#include "api.h"
39#endif
40
41#ifdef MIDI_ENABLE
42#include "process_midi.h"
43#endif
44
37#ifdef AUDIO_ENABLE 45#ifdef AUDIO_ENABLE
38 #ifndef GOODBYE_SONG 46 #ifndef GOODBYE_SONG
39 #define GOODBYE_SONG SONG(GOODBYE_SOUND) 47 #define GOODBYE_SONG SONG(GOODBYE_SOUND)