aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/vida/config.h
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@gmail.com>2025-04-08 18:13:16 -0400
committerGitHub <noreply@github.com>2025-04-09 08:13:16 +1000
commit0ec96ddd52cd6f4851beb5f387f3bd67b306f8b8 (patch)
treebfa62e18f89694d2eec5077307e1edb9a3c9c43c /keyboards/cannonkeys/vida/config.h
parent2645751ce1aed528056c9bd6acef8a279b3c4a61 (diff)
Add Vida to QMK (#24225)
Co-authored-by: jack <jack@pngu.org> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/cannonkeys/vida/config.h')
-rw-r--r--keyboards/cannonkeys/vida/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/vida/config.h b/keyboards/cannonkeys/vida/config.h
new file mode 100644
index 0000000000..4eec357f20
--- /dev/null
+++ b/keyboards/cannonkeys/vida/config.h
@@ -0,0 +1,9 @@
+// Copyright 2024 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