diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 14:16:03 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 14:16:03 -0500 |
commit | 23231fa577f7c6c585124226a83f21a7668e62dd (patch) | |
tree | 949a355760e243909aa8a0637017a972e8862cf3 /quantum/audio.h | |
parent | 3103ea542f0039637a1a266df79a97a7a13fa6b4 (diff) | |
download | qmk_firmware-23231fa577f7c6c585124226a83f21a7668e62dd.tar.gz qmk_firmware-23231fa577f7c6c585124226a83f21a7668e62dd.zip |
Converted goodbye to notes, fixed eighth dotted note macro
Diffstat (limited to 'quantum/audio.h')
-rw-r--r-- | quantum/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio.h b/quantum/audio.h index 3aba8370ac..05d314c940 100644 --- a/quantum/audio.h +++ b/quantum/audio.h @@ -3,6 +3,7 @@ #include <avr/io.h> #include <util/delay.h> #include "musical_notes.h" +#include "song_list.h" #ifndef AUDIO_H #define AUDIO_H |