diff options
author | M1K <michael@m1k.me> | 2018-05-01 19:39:46 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-01 19:39:46 +0200 |
commit | 5112af887ae59c9c54eabaec5c1ae2f5a53de180 (patch) | |
tree | b5ec0dfbc99af7eb3890e9e661aca7d57836fa89 /quantum/audio | |
parent | f756b72167a573640d2427920603fa369c7949ae (diff) | |
download | qmk_firmware-5112af887ae59c9c54eabaec5c1ae2f5a53de180.tar.gz qmk_firmware-5112af887ae59c9c54eabaec5c1ae2f5a53de180.tar.xz |
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 @@ #define NO_SOUND +#define LP_NUMB \ + H__NOTE(_CS5), H__NOTE(_E5), H__NOTE(_CS5), WD_NOTE(_FS5), \ + WD_NOTE(_A5), WD_NOTE(_GS5), WD_NOTE(_REST), H__NOTE(_CS5), H__NOTE(_E5), \ + H__NOTE(_CS5), WD_NOTE(_A5), WD_NOTE(_GS5), WD_NOTE(_E5), + + #define ODE_TO_JOY \ Q__NOTE(_E4), Q__NOTE(_E4), Q__NOTE(_F4), Q__NOTE(_G4), \ Q__NOTE(_G4), Q__NOTE(_F4), Q__NOTE(_E4), Q__NOTE(_D4), \ |