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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboard/planck/beeps.h b/keyboard/planck/beeps.h
deleted file mode 100644
index 378983c605..0000000000
--- a/keyboard/planck/beeps.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdint.h>
-#include <stdbool.h>
-#include <avr/io.h>
-#include <util/delay.h>
-
-void note(int x, float length);
-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();
-void init_notes(); \ No newline at end of file