diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 02:52:38 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 02:52:38 -0500 |
commit | 29e495be2a57d1eb41699909b204c12ac6bc4c0e (patch) | |
tree | 912f259fd1e7975798031119ef78407631e54f50 /quantum/song_list.h | |
parent | 943b5b770955be937a89016680052be56d874c4a (diff) |
Added trimble and tempo adjustments!
Diffstat (limited to 'quantum/song_list.h')
-rw-r--r-- | quantum/song_list.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/song_list.h b/quantum/song_list.h index ef25eac35a..ef36a1cddf 100644 --- a/quantum/song_list.h +++ b/quantum/song_list.h @@ -9,4 +9,10 @@ Q__NOTE(_C4), Q__NOTE(_C4), Q__NOTE(_D4), Q__NOTE(_E4), \ QD_NOTE(_E4), E__NOTE(_D4), H__NOTE(_D4), +#define ROCK_A_BYE_BABY \ + QD_NOTE(_B4), E__NOTE(_D4), Q__NOTE(_B5), \ + H__NOTE(_A5), Q__NOTE(_G5), \ + QD_NOTE(_B4), E__NOTE(_D5), Q__NOTE(_G5), \ + H__NOTE(_FS5), + #endif
\ No newline at end of file |