qmk_firmware

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

mcuconf.h (241B)


      1 // Copyright 2023 Vinh Le (@vinhcatba)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 #pragma once
      4 #include_next <mcuconf.h>
      5 
      6 #undef STM32_PWM_USE_TIM3
      7 #define STM32_PWM_USE_TIM3 TRUE
      8 
      9 #undef STM32_I2C_USE_I2C1
     10 #define STM32_I2C_USE_I2C1 TRUE