logo

qmk_firmware

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

config.h (357B)


  1. // Copyright 2023-2025 HorrorTroll <https://github.com/HorrorTroll>
  2. // Copyright 2023-2025 Zhaqian <https://github.com/zhaqian12>
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. #define BOARD_OTG_VBUSIG
  6. #define USB_ENDPOINTS_ARE_REORDERABLE
  7. #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
  8. # define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
  9. #endif