mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-16 10:52:51 +01:00
6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(DVORAK_SOUND)
|
|
#endif
|