mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 13:34:44 +00:00
5 lines
85 B
C
5 lines
85 B
C
#pragma once
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(DVORAK_SOUND)
|
|
#endif
|