summaryrefslogtreecommitdiff
path: root/keyboards/janus/config.h
diff options
context:
space:
mode:
authorSteven Karrmann <skarrmann@gmail.com>2022-09-24 11:35:37 -0400
committerGitHub <noreply@github.com>2022-09-24 08:35:37 -0700
commit3072feb8ed79c861a0066ec6721669dec6f6309f (patch)
tree6a38d84ca22d68425b0e37238183bd506095e67e /keyboards/janus/config.h
parent45cc7f1e94e2eeee2a25195fcb7719d08570272d (diff)
[Keyboard] Add Janus keyboard (#18367)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/janus/config.h')
-rw-r--r--keyboards/janus/config.h16
1 files changed, 16 insertions, 0 deletions
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