qmk_firmware

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

config.h (362B)


      1 /* Copyright 2024 ai03 Design Studio */
      2 /* SPDX-License-Identifier: GPL-2.0-or-later */
      3 
      4 #pragma once
      5 
      6 /* VBUS-routed pin for upstream detection */
      7 #define USB_VBUS_PIN GP0
      8 
      9 /* RP2040- and hardware-specific config */
     10 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
     11 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
     12 #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64