summaryrefslogtreecommitdiff
path: root/keyboards/handwired/riblee_split/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/riblee_split/config.h')
-rw-r--r--keyboards/handwired/riblee_split/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_split/config.h b/keyboards/handwired/riblee_split/config.h
new file mode 100644
index 0000000000..c3b0720ba5
--- /dev/null
+++ b/keyboards/handwired/riblee_split/config.h
@@ -0,0 +1,11 @@
+// Copyright 2023 Daniel Reibl (@riblee)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+// If the pin is high, then the controller assumes it is the left hand, and if it’s low, it’s assumed to be the right side.
+#define SPLIT_HAND_PIN C15
+
+#define SERIAL_USART_FULL_DUPLEX
+#define SERIAL_USART_TX_PIN B6
+#define SERIAL_USART_RX_PIN B7