mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-24 18:11:14 +00:00
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
11 lines
324 B
C
11 lines
324 B
C
/* Copyright 2025 oxnh */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#pragma once
|
|
|
|
#define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.
|
|
#define SERIAL_USART_TX_PIN C10 // USART TX pin
|
|
#define SERIAL_USART_RX_PIN C11 // USART RX pin
|
|
#define SERIAL_USART_DRIVER SD3
|
|
#define USART3_PARTIALREMAP
|
|
|