mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
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
|