diff --git a/keyboards/framework/laptop16/config.h b/keyboards/framework/laptop16/config.h index 289f6c7c9c1..6271a135213 100644 --- a/keyboards/framework/laptop16/config.h +++ b/keyboards/framework/laptop16/config.h @@ -27,5 +27,4 @@ #define BACKLIGHT_PWM_DRIVER PWMD4 #define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B // Change PWM frequency to 24kHz, the default of 2048Hz causes loud noise -// TODO: Waiting for PR #21717 -// #define BACKLIGHT_PWM_PERIOD BACKLIGHT_PWM_COUNTER_FREQUENCY / 24000 +#define BACKLIGHT_PWM_PERIOD BACKLIGHT_PWM_COUNTER_FREQUENCY / 24000