diff options
Diffstat (limited to 'keyboards/handwired/riblee_f401/halconf.h')
-rw-r--r-- | keyboards/handwired/riblee_f401/halconf.h | 3 |
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> |