Skip to content

Commit

Permalink
Added Rick Roll to song lists (qmk#4510)
Browse files Browse the repository at this point in the history
🙂
  • Loading branch information
paulmassen authored and zer09 committed Dec 1, 2018
1 parent 70e4e17 commit b922c78
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions quantum/audio/song_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,34 @@
H__NOTE(_AS4), W__NOTE(_GS4), W__NOTE(_GS4), W__NOTE(_FS4), W__NOTE(_GS4), \
H__NOTE(_AS4), WD_NOTE(_DS4)

#define RICK_ROLL \
Q__NOTE(_F4), \
Q__NOTE(_G4), \
Q__NOTE(_BF4), \
Q__NOTE(_G4), \
HD_NOTE(_D5), \
HD_NOTE(_D5), \
W__NOTE(_C5), \
S__NOTE(_REST), \
Q__NOTE(_F4), \
Q__NOTE(_G4), \
Q__NOTE(_BF4), \
Q__NOTE(_G4), \
HD_NOTE(_C5), \
HD_NOTE(_C5), \
W__NOTE(_BF4), \
S__NOTE(_REST), \
Q__NOTE(_F4), \
Q__NOTE(_G4), \
Q__NOTE(_BF4), \
Q__NOTE(_G4), \
W__NOTE(_BF4), \
H__NOTE(_C5), \
H__NOTE(_A4), \
H__NOTE(_A4), \
H__NOTE(_G4), \
H__NOTE(_F4), \
H__NOTE(_F4), \
W__NOTE(_C5), \
W__NOTE(_BF4),
#endif

0 comments on commit b922c78

Please sign in to comment.