mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-23 18:39:13 +02: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
|