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