@@ -325,7 +325,9 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
layer_off(_LOWER);
layer_off(_ADJUST);
layer_off(_MUSIC);
- stop_all_notes();
+ #ifdef AUDIO_ENABLE
+ stop_all_notes();
+ #endif
layer_on(_PLOVER);
if (!eeconfig_is_enabled()) {
eeconfig_init();