diff options
Diffstat (limited to 'keyboard/planck/beeps.h')
| -rw-r--r-- | keyboard/planck/beeps.h | 12 |
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 | |||
| 6 | void note(int x, float length); | ||
| 7 | void beeps(); | ||
| 8 | void true_note(float x, float y, float length); | ||
| 9 | void play_note(double freq, int vol); | ||
| 10 | void stop_note(double freq); | ||
| 11 | void stop_all_notes(); | ||
| 12 | void init_notes(); \ No newline at end of file | ||
