diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 20:14:37 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 20:14:37 -0500 |
commit | 5c98ad59606ee95b82c27bf2525383a9ec88542b (patch) | |
tree | 99124a3567045aff6922a39a7062f27bd38e132a /quantum/musical_notes.h | |
parent | 23231fa577f7c6c585124226a83f21a7668e62dd (diff) | |
download | qmk_firmware-5c98ad59606ee95b82c27bf2525383a9ec88542b.tar.gz qmk_firmware-5c98ad59606ee95b82c27bf2525383a9ec88542b.zip |
Added extra songs, LED indicator notes
Diffstat (limited to 'quantum/musical_notes.h')
-rw-r--r-- | quantum/musical_notes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/musical_notes.h b/quantum/musical_notes.h index ccdc34f270..b08d16a6fa 100644 --- a/quantum/musical_notes.h +++ b/quantum/musical_notes.h @@ -51,7 +51,10 @@ // Notes - # = Octave + #define NOTE_REST 0.00 + +/* These notes are currently bugged #define NOTE_C0 16.35 #define NOTE_CS0 17.32 #define NOTE_D0 18.35 @@ -75,6 +78,8 @@ #define NOTE_GS1 51.91 #define NOTE_A1 55.00 #define NOTE_AS1 58.27 +*/ + #define NOTE_B1 61.74 #define NOTE_C2 65.41 #define NOTE_CS2 69.30 |