[Keyboard] Add Altair-X (#23879)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
4e8b740dd7
commit
0594121b68
7 changed files with 195 additions and 0 deletions
12
keyboards/ai03/altair_x/config.h
Normal file
12
keyboards/ai03/altair_x/config.h
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue