summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/stm32f3_disco/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/stm32f3_disco/config.h')
-rw-r--r--keyboards/handwired/onekey/stm32f3_disco/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/stm32f3_disco/config.h b/keyboards/handwired/onekey/stm32f3_disco/config.h
index a0e3c54ec1..0927767772 100644
--- a/keyboards/handwired/onekey/stm32f3_disco/config.h
+++ b/keyboards/handwired/onekey/stm32f3_disco/config.h
@@ -4,3 +4,9 @@
#pragma once
#define ADC_PIN A0
+
+#define UART_TX_PIN C4
+#define UART_RX_PIN C5
+
+#define SERIAL_USART_TX_PIN C4
+#define SERIAL_USART_RX_PIN C4