logo

qmk_firmware

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

config.h (293B)


  1. // Copyright 2022 Takeshi Noda (nodatk@gmail.com)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifdef AUDIO_ENABLE
  5. #define AUDIO_PIN A5
  6. #define AUDIO_PIN_ALT A4
  7. #define AUDIO_PIN_ALT_AS_NEGATIVE
  8. #define STARTUP_SONG SONG(STARTUP_SOUND)
  9. #define AUDIO_INIT_DELAY
  10. #endif