logo

qmk_firmware

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

config.h (194B)


  1. // Copyright 2022 Andy Tsai (@atsai)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifdef HAPTIC_ENABLE
  5. #define SOLENOID_PIN E6
  6. #endif
  7. #define BUZZER_ENABLE
  8. #define BUZZER_PIN B2