mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-29 19:12:02 +01:00
7 lines
99 B
C
7 lines
99 B
C
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_PWM_USE_TIM5
|
|
#define STM32_PWM_USE_TIM5 TRUE
|