diff options
| author | M1K <michael@m1k.me> | 2018-05-01 18:39:46 +0100 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-01 13:39:46 -0400 |
| commit | 5112af887ae59c9c54eabaec5c1ae2f5a53de180 (patch) | |
| tree | b5ec0dfbc99af7eb3890e9e661aca7d57836fa89 /quantum/audio | |
| parent | f756b72167a573640d2427920603fa369c7949ae (diff) | |
| download | qmk_firmware-5112af887ae59c9c54eabaec5c1ae2f5a53de180.tar.gz qmk_firmware-5112af887ae59c9c54eabaec5c1ae2f5a53de180.zip | |
Added command history to terminal with other bug fixes, added new song to song_list.h (#2855)
* Implemented Terminal + added song to song_list.h
* Added wait() in order to prevent misbehaviour of 'command not found'
Diffstat (limited to 'quantum/audio')
| -rw-r--r-- | quantum/audio/song_list.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index a66c4d864..1ddcfb345 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h | |||
| @@ -20,6 +20,12 @@ | |||
| 20 | 20 | ||
| 21 | #define NO_SOUND | 21 | #define NO_SOUND |
| 22 | 22 | ||
| 23 | #define LP_NUMB \ | ||
| 24 | H__NOTE(_CS5), H__NOTE(_E5), H__NOTE(_CS5), WD_NOTE(_FS5), \ | ||
| 25 | WD_NOTE(_A5), WD_NOTE(_GS5), WD_NOTE(_REST), H__NOTE(_CS5), H__NOTE(_E5), \ | ||
| 26 | H__NOTE(_CS5), WD_NOTE(_A5), WD_NOTE(_GS5), WD_NOTE(_E5), | ||
| 27 | |||
| 28 | |||
| 23 | #define ODE_TO_JOY \ | 29 | #define ODE_TO_JOY \ |
| 24 | Q__NOTE(_E4), Q__NOTE(_E4), Q__NOTE(_F4), Q__NOTE(_G4), \ | 30 | Q__NOTE(_E4), Q__NOTE(_E4), Q__NOTE(_F4), Q__NOTE(_G4), \ |
| 25 | Q__NOTE(_G4), Q__NOTE(_F4), Q__NOTE(_E4), Q__NOTE(_D4), \ | 31 | Q__NOTE(_G4), Q__NOTE(_F4), Q__NOTE(_E4), Q__NOTE(_D4), \ |
