mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
1e05bad1ba
Co-authored-by: Nick Brassel <nick@tzarc.org>
13 lines
293 B
C
13 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
|