mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-22 07:34:43 +01:00
10 lines
125 B
C
10 lines
125 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
|
|
|
#endif
|
|
|
|
#endif |