diff options
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 |