mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 21:14:38 +00:00
7 lines
110 B
C
7 lines
110 B
C
#pragma once
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
|
#endif
|
|
|
|
#define PERMISSIVE_HOLD
|