Explorar o código

Changed rest note (#4837)

* Changed rest term

* Update quantum/audio/musical_notes.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
Jeremy Bernhardt %!s(int64=6) %!d(string=hai) anos
pai
achega
246c3e4ef4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      quantum/audio/musical_notes.h

+ 4 - 0
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