mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-26 02:51:43 +01:00
9dbee3e23d
Co-authored-by: Nick Brassel <nick@tzarc.org>
7 lines
148 B
C
7 lines
148 B
C
#include "mini.h"
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
float tone_startup[][2] = SONG(STARTUP_SOUND);
|
|
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
|
#endif
|