diff options
Diffstat (limited to 'keyboards/handwired/riblee_f401/config.h')
-rw-r--r-- | keyboards/handwired/riblee_f401/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/riblee_f401/config.h b/keyboards/handwired/riblee_f401/config.h index 09a304e1c7..3e384e5b5b 100644 --- a/keyboards/handwired/riblee_f401/config.h +++ b/keyboards/handwired/riblee_f401/config.h @@ -16,6 +16,7 @@ #pragma once -#define MOUSEKEY_INTERVAL 32 +#define BACKLIGHT_PWM_DRIVER PWMD5 +#define BACKLIGHT_PWM_CHANNEL 1 -#define TAPPING_TERM 175
\ No newline at end of file +#define MOUSEKEY_INTERVAL 32 |