forked from mirrors/qmk_firmware
11 lines
144 B
C
11 lines
144 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef KEYBOARD_maartenwut_plain60
|
||
|
|
||
|
#define B7_AUDIO
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
#define STARTUP_SONG SONG(GUITAR_SOUND)
|
||
|
#endif
|
||
|
|
||
|
#endif
|