From ff5e181afd642863537720042dc908fdbbb530ee Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 30 Oct 2023 09:26:33 +0800 Subject: [PATCH] fl16: Enable higher pwm frequency on RGB keyboard Signed-off-by: Daniel Schaefer --- keyboards/framework/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/framework/config.h b/keyboards/framework/config.h index 456b5aa22d..45bfb06bb6 100644 --- a/keyboards/framework/config.h +++ b/keyboards/framework/config.h @@ -123,6 +123,8 @@ #define ENABLE_RGB_MATRIX_SOLID_SPLASH #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH +#define ISSI_CUSTOM_PWM_FREQ + /* * Feature disable options * These options are also useful to firmware size reduction.