mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
aec7569a04
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
13 lines
362 B
C
13 lines
362 B
C
/* Copyright 2024 ai03 Design Studio */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
/* VBUS-routed pin for upstream detection */
|
|
#define USB_VBUS_PIN GP0
|
|
|
|
/* RP2040- and hardware-specific config */
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
|
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
|