logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (324B)


  1. /* Copyright 2025 oxnh */
  2. /* SPDX-License-Identifier: GPL-2.0-or-later */
  3. #pragma once
  4. #define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.
  5. #define SERIAL_USART_TX_PIN C10 // USART TX pin
  6. #define SERIAL_USART_RX_PIN C11 // USART RX pin
  7. #define SERIAL_USART_DRIVER SD3
  8. #define USART3_PARTIALREMAP