mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 00:15:03 +00:00
11 lines
128 B
C
11 lines
128 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
||
|
#endif
|
||
|
|
||
|
/*
|
||
|
* MIDI options
|
||
|
*/
|
||
|
#define MIDI_BASIC
|