diff options
Diffstat (limited to 'keyboards/handwired/riblee_f401/mcuconf.h')
-rw-r--r-- | keyboards/handwired/riblee_f401/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_f401/mcuconf.h b/keyboards/handwired/riblee_f401/mcuconf.h new file mode 100644 index 0000000000..674f5e362f --- /dev/null +++ b/keyboards/handwired/riblee_f401/mcuconf.h @@ -0,0 +1,6 @@ +#pragma once + +#include_next <mcuconf.h> + +#undef STM32_PWM_USE_TIM5 +#define STM32_PWM_USE_TIM5 TRUE |