summaryrefslogtreecommitdiff
path: root/keyboards/handwired/riblee_f401/halconf.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/halconf.h
parent4137685f8eb3ecde7ba0158a78cd9c411ee05606 (diff)
Fix backlight support for some boards (#21554)
Diffstat (limited to 'keyboards/handwired/riblee_f401/halconf.h')
-rw-r--r--keyboards/handwired/riblee_f401/halconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/riblee_f401/halconf.h b/keyboards/handwired/riblee_f401/halconf.h
index 3c20471df1..b537d56c26 100644
--- a/keyboards/handwired/riblee_f401/halconf.h
+++ b/keyboards/handwired/riblee_f401/halconf.h
@@ -23,5 +23,6 @@
#define SERIAL_USB_BUFFERS_SIZE 256
-#include_next <halconf.h>
+#define HAL_USE_PWM TRUE
+#include_next <halconf.h>