#ifndef CONFIG_USER_H
#define CONFIG_USER_H


#ifdef AUDIO_ENABLE
    #define STARTUP_SONG SONG(PLANCK_SOUND)

#endif

#endif