summaryrefslogtreecommitdiff
path: root/keyboard/planck/beeps.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-26 14:49:46 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-26 14:49:46 -0400
commit46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141 (patch)
treef0b00f664ecdaf83e30f27baf20780eb5d91c39a /keyboard/planck/beeps.h
parentff8d8a50dfbb8502003a5181878c54a71b8c57d5 (diff)
quantum separated
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