[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:
parent
85222dfd8c
commit
a794ceeb51
4 changed files with 229 additions and 0 deletions
9
keyboards/handwired/dactyl_manuform_pi_pico/config.h
Normal file
9
keyboards/handwired/dactyl_manuform_pi_pico/config.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue