summaryrefslogtreecommitdiff
path: root/keyboard/planck/beeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/beeps.h')
-rw-r--r--keyboard/planck/beeps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/planck/beeps.h b/keyboard/planck/beeps.h
index ec1d349d83..378983c605 100644
--- a/keyboard/planck/beeps.h
+++ b/keyboard/planck/beeps.h
@@ -8,4 +8,5 @@ void beeps();
void true_note(float x, float y, float length);
void play_note(double freq, int vol);
void stop_note(double freq);
-void stop_all_notes(); \ No newline at end of file
+void stop_all_notes();
+void init_notes(); \ No newline at end of file