~ruther/qmk_firmware

ref: 031ccd48879d29539ce478cf7d3d33b406ea993c qmk_firmware/keyboards/ai03/altair/config.h -rw-r--r-- 362 bytes
031ccd48 — Ryan `salicylic_acid3/setta21`: fix RGB Matrix LED config (#24041) 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