summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/riblee_f401/mcuconf.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-21 09:41:02 +1000
committerGitHub <noreply@github.com>2023-07-21 09:41:02 +1000
commit39679e055d803fcd0fda3669088df694e0e31b2c (patch)
treee4c06867348da1db27a04b9d7a34dd2ba8db3a30 /keyboards/handwired/riblee_f401/mcuconf.h
parent4137685f8eb3ecde7ba0158a78cd9c411ee05606 (diff)
Fix backlight support for some boards (#21554)
Diffstat (limited to 'keyboards/handwired/riblee_f401/mcuconf.h')
-rw-r--r--keyboards/handwired/riblee_f401/mcuconf.h6
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