10 lines
296 B
C
10 lines
296 B
C
// Copyright 2023 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define USB_VBUS_PIN GP13
|
|
|
|
/* 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
|