forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Nyquist Rev. 5 * Remove unused keymap
- Loading branch information
Showing
6 changed files
with
343 additions
and
242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright 2024 Danny Nguyen ([email protected]) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
#define SPLIT_HAND_PIN GP23 | ||
|
||
#define USB_VBUS_PIN GP18 | ||
|
||
#define SERIAL_USART_FULL_DUPLEX | ||
#define SERIAL_USART_TX_PIN GP8 | ||
#define SERIAL_USART_RX_PIN GP9 | ||
#define SERIAL_USART_PIN_SWAP | ||
|
||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U | ||
|
||
#define I2C_DRIVER I2CD0 | ||
#define I2C0_SDA_PIN GP4 | ||
#define I2C0_SCL_PIN GP5 |
Oops, something went wrong.