diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-31 12:39:53 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-31 12:39:53 -0400 |
commit | ed384bd4376398887a95942b7d6750d5bc4833e8 (patch) | |
tree | 004cdce88ebd1967a4abe53b53cc04b31d42cbae /keyboard/planck/beeps.h | |
parent | 91176d854b8c9e49e88d494ba02c8e9c54fec914 (diff) | |
download | qmk_firmware-ed384bd4376398887a95942b7d6750d5bc4833e8.tar.gz |
beeps update
Diffstat (limited to 'keyboard/planck/beeps.h')
-rw-r--r-- | keyboard/planck/beeps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/planck/beeps.h b/keyboard/planck/beeps.h index ec1d349d8..378983c60 100644 --- a/keyboard/planck/beeps.h +++ b/keyboard/planck/beeps.h @@ -8,4 +8,5 @@ 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();
\ No newline at end of file +void stop_all_notes(); +void init_notes();
\ No newline at end of file |