summaryrefslogtreecommitdiffstats
path: root/quantum/musical_notes.h
diff options
context:
space:
mode:
authorStephan Bösebeck <sb@caluga.de>2016-04-19 23:07:11 +0200
committerStephan Bösebeck <sb@caluga.de>2016-04-19 23:07:11 +0200
commit6ff5e1059256cfd6ec1cb88c12e90f57c10f44ef (patch)
treefa23de88dc8b8d3f3fe6a2e353eaa3ae1e38a1b8 /quantum/musical_notes.h
parent04f36b36818885475c0b93046726d7e053691e7a (diff)
parenta2ee27715880616a15756e1b9f42183d9fb08051 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/musical_notes.h')
-rw-r--r--quantum/musical_notes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/musical_notes.h b/quantum/musical_notes.h
index ccdc34f270..b08d16a6fa 100644
--- a/quantum/musical_notes.h
+++ b/quantum/musical_notes.h
@@ -51,7 +51,10 @@
// Notes - # = Octave
+
#define NOTE_REST 0.00
+
+/* These notes are currently bugged
#define NOTE_C0 16.35
#define NOTE_CS0 17.32
#define NOTE_D0 18.35
@@ -75,6 +78,8 @@
#define NOTE_GS1 51.91
#define NOTE_A1 55.00
#define NOTE_AS1 58.27
+*/
+
#define NOTE_B1 61.74
#define NOTE_C2 65.41
#define NOTE_CS2 69.30