mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 20:03:01 +00:00
8 lines
110 B
C
8 lines
110 B
C
#pragma once
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
|
#endif
|
|
|
|
#define PERMISSIVE_HOLD
|