qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

mcuconf.h (239B)


      1 /* Copyright 2025 oxnh */
      2 /* SPDX-License-Identifier: GPL-2.0-or-later */
      3 #pragma once
      4 
      5 #include_next <mcuconf.h>
      6 
      7 #undef STM32_SERIAL_USE_USART3
      8 #define STM32_SERIAL_USE_USART3 TRUE
      9 
     10 #undef STM32_PLLMUL_VALUE
     11 #define STM32_PLLMUL_VALUE 6