mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
14 lines
191 B
C
14 lines
191 B
C
// Copyright 2023 Anjheos (@Anjheos)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Audio Settings
|
|
#ifdef AUDIO_ENABLE
|
|
|
|
#define AUDIO_PIN C6
|
|
|
|
#define AUDIO_INIT_DELAY
|
|
|
|
#endif
|