diff options
| author | 2016-08-20 18:07:02 +0200 | |
|---|---|---|
| committer | 2016-08-20 18:07:02 +0200 | |
| commit | 009ab77d3e26bd348e45a9a8102b2737c9367979 (patch) | |
| tree | b01491320736c818584098c4b7a6dce8de53f405 /quantum/audio | |
| parent | 4cfb262faab653247f4d66d44bf5f3339d82bd36 (diff) | |
| parent | a3f726174c0f8f358f7970767a1bf743fd9ad761 (diff) | |
| download | qmk_firmware-009ab77d3e26bd348e45a9a8102b2737c9367979.tar.gz | |
Merge https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/audio')
| -rw-r--r-- | quantum/audio/song_list.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h index fc6fcdeef..8022ca672 100644 --- a/quantum/audio/song_list.h +++ b/quantum/audio/song_list.h @@ -28,6 +28,14 @@ Q__NOTE(_E4), Q__NOTE(_C4), \ Q__NOTE(_E4), +/* Requires: PLAY_NOTE_ARRAY(..., ..., STACCATO); */ +#define IN_LIKE_FLINT \ + E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4), \ + E__NOTE(_AS4), E__NOTE(_B4), QD_NOTE(_CS4), \ + E__NOTE(_B4), E__NOTE(_CS4), QD_NOTE(_DS4), \ + E__NOTE(_CS4), E__NOTE(_B4), QD_NOTE(_AS4), \ + E__NOTE(_AS4), E__NOTE(_AS4), QD_NOTE(_B4), + #define GOODBYE_SOUND \ E__NOTE(_E7), \ E__NOTE(_A6), \ |