Skip to content

Commit

Permalink
Changed rest note (qmk#4837)
Browse files Browse the repository at this point in the history
* Changed rest term

* Update quantum/audio/musical_notes.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
  • Loading branch information
germ authored and drashna committed Jan 13, 2019
1 parent caf0c8e commit 246c3e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/audio/musical_notes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 246c3e4

Please sign in to comment.