qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

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 
      5 #pragma once
      6 
      7 #define BOARD_OTG_VBUSIG
      8 
      9 #define USB_ENDPOINTS_ARE_REORDERABLE
     10 
     11 #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
     12 #    define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
     13 #endif