mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-31 03:52:47 +01: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
|