mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 13:04:38 +00:00
7 lines
152 B
C
7 lines
152 B
C
|
#include "ergodash.h"
|
||
|
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
float tone_startup[][2] = SONG(STARTUP_SOUND);
|
||
|
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
||
|
#endif
|