diff options
author | IBNobody <protospherex@gmail.com> | 2016-04-15 14:42:50 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-04-15 14:42:50 -0500 |
commit | 8f85117aa9e060371177e3b523bc89dc7aad19e8 (patch) | |
tree | 9a577e08efd6e1a5d8779fa27c257fdf687ae42f /quantum | |
parent | 39e520c010072aa17c0bcb2c5bfbbee08e010170 (diff) | |
download | qmk_firmware-8f85117aa9e060371177e3b523bc89dc7aad19e8.tar.gz qmk_firmware-8f85117aa9e060371177e3b523bc89dc7aad19e8.zip |
Added Audio to my Atomic
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/audio.h b/quantum/audio.h index 99203cea7a..31f9a35793 100644 --- a/quantum/audio.h +++ b/quantum/audio.h @@ -6,6 +6,6 @@ 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 stop_all_notes(void); +void init_notes(void); void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat);
\ No newline at end of file |