Browse Source

Changed rest note (#4837)

* Changed rest term

* Update quantum/audio/musical_notes.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
Jeremy Bernhardt 6 năm trước cách đây
mục cha
commit
246c3e4ef4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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