qmk_firmware

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

mcuconf.h (205B)


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