summaryrefslogtreecommitdiff
path: root/quantum/beeps.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-01-20 00:06:52 -0500
committerJack Humbert <jack.humb@gmail.com>2016-01-20 00:06:52 -0500
commiteb61700912f1713ba27d34c23d7f07be66ee6513 (patch)
tree7781c85a3e67a3af34a31a09d6736f07b6a492fe /quantum/beeps.h
parent6e3c36360ed291b9ca2bd014571236308a933d0c (diff)
better integrations
Diffstat (limited to 'quantum/beeps.h')
-rw-r--r--quantum/beeps.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/quantum/beeps.h b/quantum/beeps.h
deleted file mode 100644
index 4ccc344973..0000000000
--- a/quantum/beeps.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <stdint.h>
-#include <stdbool.h>
-#include <avr/io.h>
-#include <util/delay.h>
-
-bool playing_notes;
-
-void play_sample(uint8_t * s, uint16_t l, bool r);
-void play_note(double freq, int vol);
-void stop_note(double freq);
-void stop_all_notes();
-void init_notes();
-
-
-void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat); \ No newline at end of file