qmk_firmware

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

mcuconf.h (595B)


      1 // Copyright 2020 Nick Brassel (tzarc)
      2 // Copyright 2021 Stefan Kerkmann (@KarlK90)
      3 // Copyright 2021 Charly Delay <charly@codesink.dev> (@0xcharly)
      4 // SPDX-License-Identifier: GPL-2.0-or-later
      5 #pragma once
      6 
      7 #include_next <mcuconf.h>
      8 
      9 #undef STM32_PWM_USE_TIM2
     10 #define STM32_PWM_USE_TIM2 TRUE
     11 
     12 #undef STM32_PWM_USE_TIM3
     13 #define STM32_PWM_USE_TIM3 TRUE
     14 
     15 #undef STM32_SPI_USE_SPI1
     16 #define STM32_SPI_USE_SPI1 TRUE
     17 
     18 #undef STM32_SERIAL_USE_USART1
     19 #define STM32_SERIAL_USE_USART1 TRUE
     20 
     21 #undef STM32_GPT_USE_TIM4
     22 #define STM32_GPT_USE_TIM4 TRUE
     23 
     24 #undef STM32_ST_USE_TIMER
     25 #define STM32_ST_USE_TIMER 5