config.h 191 B

12345678910111213
  1. // Copyright 2023 Anjheos (@Anjheos)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // Audio Settings
  5. #ifdef AUDIO_ENABLE
  6. #define AUDIO_PIN C6
  7. #define AUDIO_INIT_DELAY
  8. #endif