From c9c9d3f23a4127394b1e733a24277bec5eefcdd5 Mon Sep 17 00:00:00 2001 From: roguepullrequest Date: Fri, 12 Apr 2019 23:47:03 +0100 Subject: [PATCH] Removed layer songs Removed layer songs for cleanliness. Will use them later. --- keyboards/planck/keymaps/roguepullrequest/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/keyboards/planck/keymaps/roguepullrequest/config.h b/keyboards/planck/keymaps/roguepullrequest/config.h index a5a704a7b9..13d3a6370f 100644 --- a/keyboards/planck/keymaps/roguepullrequest/config.h +++ b/keyboards/planck/keymaps/roguepullrequest/config.h @@ -5,11 +5,4 @@ #ifdef AUDIO_ENABLE #define STARTUP_SONG SONG(RICK_ROLL) - - #define DEFAULT_LAYER_SONGS { \ -/* SONG(ZELDA_PUZZLE), \ - SONG(MARIO_MUSHROOM), \ - SONG(MARIO_GAMEOVER), \ - SONG(RICK_ROLL) \ -*/ } #endif