logo

qmk_firmware

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

config.h (195B)


  1. // Copyright 2021 Danny Nguyen (@nooges)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define AUDIO_PIN C6
  5. #ifdef AUDIO_ENABLE
  6. # define STARTUP_SONG SONG(STARTUP_SOUND)
  7. #endif