diff options
author | Jeremy Bernhardt <jeremythegeek@gmail.com> | 2019-01-13 10:50:23 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-13 08:50:23 -0800 |
commit | 246c3e4ef434d95dd1ac58fd390893cd0a460328 (patch) | |
tree | 68e33885105d93ffd12d431a3239f95fea163f12 /quantum/audio/musical_notes.h | |
parent | caf0c8e1647f1ed94b7e382959cd0d2bf604ce9a (diff) | |
download | qmk_firmware-246c3e4ef434d95dd1ac58fd390893cd0a460328.tar.gz qmk_firmware-246c3e4ef434d95dd1ac58fd390893cd0a460328.zip |
Changed rest note (#4837)
* Changed rest term
* Update quantum/audio/musical_notes.h
Co-Authored-By: germ <jeremythegeek@gmail.com>
Diffstat (limited to 'quantum/audio/musical_notes.h')
-rw-r--r-- | quantum/audio/musical_notes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/audio/musical_notes.h b/quantum/audio/musical_notes.h index 065608ccc..ce8d47d1c 100644 --- a/quantum/audio/musical_notes.h +++ b/quantum/audio/musical_notes.h | |||
@@ -61,7 +61,11 @@ | |||
61 | 61 | ||
62 | // Notes - # = Octave | 62 | // Notes - # = Octave |
63 | 63 | ||
64 | #ifdef __arm__ | ||
65 | #define NOTE_REST 1.00f | ||
66 | #else | ||
64 | #define NOTE_REST 0.00f | 67 | #define NOTE_REST 0.00f |
68 | #endif | ||
65 | 69 | ||
66 | /* These notes are currently bugged | 70 | /* These notes are currently bugged |
67 | #define NOTE_C0 16.35f | 71 | #define NOTE_C0 16.35f |