diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-04-21 09:30:10 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-21 12:30:10 -0400 |
| commit | 33fdd1d2551591a5c295c6dc68ccf52c4698b9c1 (patch) | |
| tree | 8d8134cecf3121fad4e81c2f16d1804ae233edb2 /quantum/quantum.h | |
| parent | d1c3419d2ade6341bb7eba130bf8c77005705519 (diff) | |
| download | qmk_firmware-33fdd1d2551591a5c295c6dc68ccf52c4698b9c1.tar.gz qmk_firmware-33fdd1d2551591a5c295c6dc68ccf52c4698b9c1.zip | |
Fix Audio Clicky sub-feature (#2784)
* Fix Audio Clicky feature
* Add to features
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 3 |
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; | |||
| 57 | #ifdef AUDIO_ENABLE | 57 | #ifdef AUDIO_ENABLE |
| 58 | #include "audio.h" | 58 | #include "audio.h" |
| 59 | #include "process_audio.h" | 59 | #include "process_audio.h" |
| 60 | #ifdef AUDIO_CLICKY | ||
| 61 | #include "process_clicky.h" | ||
| 62 | #endif // AUDIO_CLICKY | ||
| 60 | #endif | 63 | #endif |
| 61 | 64 | ||
| 62 | #ifdef STENO_ENABLE | 65 | #ifdef STENO_ENABLE |
