config.h 352 B

1234567891011
  1. // Copyright 2023 Daniel Reibl (@riblee)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // 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.
  5. #define SPLIT_HAND_PIN C15
  6. #define SERIAL_USART_FULL_DUPLEX
  7. #define SERIAL_USART_TX_PIN B6
  8. #define SERIAL_USART_RX_PIN B7