~ruther/qmk_firmware

ref: 15af5d7d0da08f05c5a6998f693c3d383b358451 qmk_firmware/keyboards/ai03/altair/config.h -rw-r--r-- 362 bytes
15af5d7d — Ryan `handwired/tkk`: fix layout name (#24056) 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