11 lines
195 B
C
11 lines
195 B
C
|
// Copyright 2021 Danny Nguyen (@nooges)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define AUDIO_PIN C6
|
||
|
#ifdef AUDIO_ENABLE
|
||
|
# define STARTUP_SONG SONG(STARTUP_SOUND)
|
||
|
#endif
|
||
|
|