summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris_ce/rev1/config.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2024-01-20 14:43:04 -0500
committerGitHub <noreply@github.com>2024-01-20 11:43:04 -0800
commita31707fdc2b5df1419e8fb5e54fb0eef1ff62ce8 (patch)
tree461f40a42854e925c048cbd0154e7716c836f21c /keyboards/keebio/iris_ce/rev1/config.h
parent62d19fc2ac42b39a4f32683c7e8c5ad95b566b24 (diff)
Add Iris CE Rev. 1 (#22930)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/keebio/iris_ce/rev1/config.h')
-rw-r--r--keyboards/keebio/iris_ce/rev1/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/keebio/iris_ce/rev1/config.h b/keyboards/keebio/iris_ce/rev1/config.h
new file mode 100644
index 0000000000..e5f43f001e
--- /dev/null
+++ b/keyboards/keebio/iris_ce/rev1/config.h
@@ -0,0 +1,16 @@
+// Copyright 2023 Danny Nguyen (danny@keeb.io)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define SPLIT_HAND_PIN GP4
+#define USB_VBUS_PIN GP0
+#define SERIAL_USART_FULL_DUPLEX
+#define SERIAL_USART_TX_PIN GP12
+#define SERIAL_USART_RX_PIN GP13
+#define SERIAL_USART_PIN_SWAP
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
+#define I2C_DRIVER I2CD2
+#define I2C1_SDA_PIN GP10
+#define I2C1_SCL_PIN GP11