Fix backlight support for some boards (#21554)
This commit is contained in:
parent
4137685f8e
commit
39679e055d
17 changed files with 61 additions and 29 deletions
6
keyboards/handwired/riblee_f401/mcuconf.h
Normal file
6
keyboards/handwired/riblee_f401/mcuconf.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_PWM_USE_TIM5
|
||||
#define STM32_PWM_USE_TIM5 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue