summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/rodhaene/config.h
blob: a63f3c2f23ebff31b4442b0069e7d13fbbe386b7 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_USER_H
#define CONFIG_USER_H


#ifdef AUDIO_ENABLE
    #define STARTUP_SONG SONG(PLANCK_SOUND)

#endif

#endif