diff options
author | Alex Miller <39163867+doesntfazer@users.noreply.github.com> | 2023-04-04 17:36:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 14:36:23 -0700 |
commit | f7176f070fd2b1cd6df25774f4de842200a7a342 (patch) | |
tree | 68f9be1ec63ae45c941ed95a2c16127afebb72dd /keyboards/budgy/config.h | |
parent | 687883cf7d68deedfd1678af1195c4d6f35456df (diff) |
[Keyboard] Add Budgy and Crowboard Keyboards (#19141)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/budgy/config.h')
-rw-r--r-- | keyboards/budgy/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/budgy/config.h b/keyboards/budgy/config.h new file mode 100644 index 0000000000..4543a048be --- /dev/null +++ b/keyboards/budgy/config.h @@ -0,0 +1,14 @@ +// Copyright 2022 KeyboardDweebs (@doesntfazer) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U + + +#define SERIAL_USART_FULL_DUPLEX +#define SERIAL_USART_TX_PIN GP1 +#define SERIAL_USART_RX_PIN GP0 + +// #define SERIAL_USART_PIN_SWAP |