summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keyboard/planck/keymaps/default/keymap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboard/planck/keymaps/default/keymap.c b/keyboard/planck/keymaps/default/keymap.c
index e7a9ea9e4..ac4937b69 100644
--- a/keyboard/planck/keymaps/default/keymap.c
+++ b/keyboard/planck/keymaps/default/keymap.c
@@ -319,15 +319,13 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
case 12:
if (record->event.pressed) {
#ifdef AUDIO_ENABLE
+ stop_all_notes();
PLAY_NOTE_ARRAY(tone_plover, false, 0);
#endif
layer_off(_RAISE);
layer_off(_LOWER);
layer_off(_ADJUST);
layer_off(_MUSIC);
- #ifdef AUDIO_ENABLE
- stop_all_notes();
- #endif
layer_on(_PLOVER);
if (!eeconfig_is_enabled()) {
eeconfig_init();