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