logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (191B)


  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