summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-04-21 18:30:10 +0200
committerJack Humbert <jack.humb@gmail.com>2018-04-21 18:30:10 +0200
commit33fdd1d2551591a5c295c6dc68ccf52c4698b9c1 (patch)
tree8d8134cecf3121fad4e81c2f16d1804ae233edb2 /quantum/quantum.h
parentd1c3419d2ade6341bb7eba130bf8c77005705519 (diff)
downloadqmk_firmware-33fdd1d2551591a5c295c6dc68ccf52c4698b9c1.tar.gz
qmk_firmware-33fdd1d2551591a5c295c6dc68ccf52c4698b9c1.tar.xz
Fix Audio Clicky sub-feature (#2784)
* Fix Audio Clicky feature * Add to features
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index b9424d5cd..80a606f09 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -57,6 +57,9 @@ extern uint32_t default_layer_state;
#ifdef AUDIO_ENABLE
#include "audio.h"
#include "process_audio.h"
+ #ifdef AUDIO_CLICKY
+ #include "process_clicky.h"
+ #endif // AUDIO_CLICKY
#endif
#ifdef STENO_ENABLE