logo

qmk_firmware

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

config.h (362B)


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