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 | |
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>
-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 065608ccce..ce8d47d1c1 100644 --- a/quantum/audio/musical_notes.h +++ b/quantum/audio/musical_notes.h @@ -61,7 +61,11 @@ // Notes - # = Octave +#ifdef __arm__ +#define NOTE_REST 1.00f +#else #define NOTE_REST 0.00f +#endif /* These notes are currently bugged #define NOTE_C0 16.35f |