mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 00:45:13 +00:00
9 lines
82 B
C
9 lines
82 B
C
|
#pragma once
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
#define STARTUP_SONG SONG(RICK_ROLL)
|
||
|
#endif
|