1e05bad1ba
Co-authored-by: Nick Brassel <nick@tzarc.org>
12 lines
293 B
C
12 lines
293 B
C
// Copyright 2022 Takeshi Noda (nodatk@gmail.com)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
#define AUDIO_PIN A5
|
|
#define AUDIO_PIN_ALT A4
|
|
#define AUDIO_PIN_ALT_AS_NEGATIVE
|
|
#define STARTUP_SONG SONG(STARTUP_SOUND)
|
|
#define AUDIO_INIT_DELAY
|
|
#endif
|