[Keyboard] Add dactyl_manuform_pi_pico (#23891)

Adds new keyboard under handwired/dactyl_manuform_pi_pico

It is a dactyl_manuform(5x6) running on Pi Pico micro controller
This commit is contained in:
GustawXYZ 2024-12-04 00:09:24 +01:00 committed by GitHub
parent 85222dfd8c
commit a794ceeb51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 229 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// Copyright 2023 Gustaw.xyz (@Gustaw.xyz)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP9
#define SERIAL_USART_RX_PIN GP8