From 12e46ab83649f75f3b94cca15d711f8801300b5a Mon Sep 17 00:00:00 2001 From: Ming-Gih Lam Date: Fri, 31 May 2024 13:22:10 -0700 Subject: [PATCH] Update keyboards/dcpedit/modmmm/config.h Co-authored-by: Duncan Sutherland --- keyboards/dcpedit/modmmm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/dcpedit/modmmm/config.h b/keyboards/dcpedit/modmmm/config.h index 25a9c60803e..22a2745a896 100755 --- a/keyboards/dcpedit/modmmm/config.h +++ b/keyboards/dcpedit/modmmm/config.h @@ -14,5 +14,5 @@ #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f #ifdef AUDIO_ENABLE -#define STARTUP_SONG SONG(STARTUP_SOUND) -#endif \ No newline at end of file +# define STARTUP_SONG SONG(STARTUP_SOUND) +#endif