Update keyboards/dcpedit/modmmm/config.h

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
Ming-Gih Lam 2024-05-31 13:22:10 -07:00 committed by GitHub
parent ab80654af3
commit a510d44075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,5 @@
#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(STARTUP_SOUND)
# define STARTUP_SONG SONG(STARTUP_SOUND)
#endif