~ruther/qmk_firmware

ref: bc8ac8642242516e0fe61f1b97b75374c9150647 qmk_firmware/keyboards/ai03/altair/config.h -rw-r--r-- 362 bytes
bc8ac864 — Nick Brassel Minimum python version listing. (#23989) 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
/* 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