aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cornifi/config.h
diff options
context:
space:
mode:
authorFélix2025-10-30 21:11:40 +0100
committerGitHub2025-10-30 21:11:40 +0100
commit62d87fa4464d601746343ca750de2ffa8cf4650e (patch)
tree78e028896d348594f2457a15e1b13170359927c3 /keyboards/cornifi/config.h
parent8e5550dbb219591eee97f533568ba9a6271f5d84 (diff)
[Keyboard] Add Cornifi keyboard (#25753)
Diffstat (limited to 'keyboards/cornifi/config.h')
-rw-r--r--keyboards/cornifi/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/cornifi/config.h b/keyboards/cornifi/config.h
new file mode 100644
index 0000000000..36750714de
--- /dev/null
+++ b/keyboards/cornifi/config.h
@@ -0,0 +1,14 @@
+// Copyright 2024-2025 QMK
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#pragma once
+
+#define SERIAL_USART_FULL_DUPLEX
+#define SERIAL_USART_TX_PIN GP12
+#define SERIAL_USART_RX_PIN GP13
+#define USB_VBUS_PIN GP24
+
+/* RP2040- and hardware-specific config */
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
+#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64