mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06: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
|