logo

qmk_firmware

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

mcuconf.h (205B)


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