logo

qmk_firmware

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

mcuconf.h (461B)


  1. // Copyright 2022 dvermd (@dvermd)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next <mcuconf.h>
  5. // These are needed if the communication is on the SD1 USART, either with standard or alternate pins
  6. #undef STM32_SERIAL_USE_USART1
  7. #define STM32_SERIAL_USE_USART1 TRUE
  8. // These are needed if the communication is on the SD2 USART, either with standard or alternate pins
  9. #undef STM32_SERIAL_USE_USART2
  10. #define STM32_SERIAL_USE_USART2 TRUE