summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/bastiontkl/config.h
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@gmail.com>2023-07-25 13:28:51 -0400
committerGitHub <noreply@github.com>2023-07-25 11:28:51 -0600
commit93549c06b92cac66c3075f0fafd5c379f129eb9f (patch)
tree293c42c5812dfe11a541409371c3b26608bfd6b4 /keyboards/cannonkeys/bastiontkl/config.h
parent87c7118b8829f58abb8f5adec2fccddd8bfcbb23 (diff)
Add BastionTKL PCB to QMK (#21530)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
Diffstat (limited to 'keyboards/cannonkeys/bastiontkl/config.h')
-rw-r--r--keyboards/cannonkeys/bastiontkl/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/bastiontkl/config.h b/keyboards/cannonkeys/bastiontkl/config.h
new file mode 100644
index 0000000000..8b8e7f9aa5
--- /dev/null
+++ b/keyboards/cannonkeys/bastiontkl/config.h
@@ -0,0 +1,10 @@
+// Copyright 2023 Andrew Kannan
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
+
+#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
+