diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-16 21:31:40 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-16 21:31:40 -0400 |
commit | 41cc35425ab32c9a9492006da8b667d01d32dfa6 (patch) | |
tree | 23813e84df2687694ba82adf416f59a9e52e89b9 /quantum/keymap_common.c | |
parent | 8f4ce501eb41cdd195d61e05c7e9dbe54545e6b9 (diff) | |
download | qmk_firmware-41cc35425ab32c9a9492006da8b667d01d32dfa6.tar.gz qmk_firmware-41cc35425ab32c9a9492006da8b667d01d32dfa6.zip |
rests between notes as an argument
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r-- | quantum/keymap_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 899437f44..457f70a44 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c | |||
@@ -189,7 +189,7 @@ static action_t keycode_to_action(uint16_t keycode) | |||
189 | case RESET: ; // RESET is 0x5000, which is why this is here | 189 | case RESET: ; // RESET is 0x5000, which is why this is here |
190 | clear_keyboard(); | 190 | clear_keyboard(); |
191 | #ifdef AUDIO_ENABLE | 191 | #ifdef AUDIO_ENABLE |
192 | play_notes(&goodbye, 3, false); | 192 | play_notes(&goodbye, 3, false, 0); |
193 | #endif | 193 | #endif |
194 | _delay_ms(250); | 194 | _delay_ms(250); |
195 | #ifdef ATREUS_ASTAR | 195 | #ifdef ATREUS_ASTAR |