aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/audio.h
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-04-17 14:16:03 -0500
committerIBNobody <ibnobody@gmail.com>2016-04-17 14:16:03 -0500
commit23231fa577f7c6c585124226a83f21a7668e62dd (patch)
tree949a355760e243909aa8a0637017a972e8862cf3 /quantum/audio.h
parent3103ea542f0039637a1a266df79a97a7a13fa6b4 (diff)
downloadfirmware-23231fa577f7c6c585124226a83f21a7668e62dd.tar.gz
firmware-23231fa577f7c6c585124226a83f21a7668e62dd.tar.bz2
firmware-23231fa577f7c6c585124226a83f21a7668e62dd.zip
Converted goodbye to notes, fixed eighth dotted note macro
Diffstat (limited to 'quantum/audio.h')
-rw-r--r--quantum/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio.h b/quantum/audio.h
index 3aba8370a..05d314c94 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