From 3072feb8ed79c861a0066ec6721669dec6f6309f Mon Sep 17 00:00:00 2001 From: Steven Karrmann Date: Sat, 24 Sep 2022 11:35:37 -0400 Subject: [Keyboard] Add Janus keyboard (#18367) Co-authored-by: Ryan --- keyboards/janus/config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/janus/config.h (limited to 'keyboards/janus/config.h') diff --git a/keyboards/janus/config.h b/keyboards/janus/config.h new file mode 100644 index 0000000000..8124f0db57 --- /dev/null +++ b/keyboards/janus/config.h @@ -0,0 +1,16 @@ +// Copyright 2022 Steven Karrmann (@skarrmann) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "config_common.h" + +/* Serial communication */ +#define SERIAL_USART_FULL_DUPLEX +#define SERIAL_USART_TX_PIN GP0 +#define SERIAL_USART_RX_PIN GP1 + +/* Double tap reset button to enter bootloader */ +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17 +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U \ No newline at end of file -- cgit v1.2.3