aboutsummaryrefslogtreecommitdiff
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 378983c60..000000000
--- a/keyboard/planck/beeps.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#include <stdint.h>
2#include <stdbool.h>
3#include <avr/io.h>
4#include <util/delay.h>
5
6void note(int x, float length);
7void beeps();
8void true_note(float x, float y, float length);
9void play_note(double freq, int vol);
10void stop_note(double freq);
11void stop_all_notes();
12void init_notes(); \ No newline at end of file