summaryrefslogtreecommitdiff
path: root/keyboards/planck/ez/post_config.h
blob: 52d84d821888fd0c855b34176c6a621fdb622d20 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef AUDIO_ENABLE
#ifndef STARTUP_SONG
#    define STARTUP_SONG SONG(E__NOTE(_DS5), E__NOTE(_D5), E__NOTE(_AS4), Q__NOTE(_F5))
#endif

#ifndef GOODBYE_SONG
#    define GOODBYE_SONG SONG(E__NOTE(_D5), E__NOTE(_F5), E__NOTE(_C5), Q__NOTE(_AS4))
#endif
#endif