From d8e4103d101873e8a93066b59007466bfe1d0b99 Mon Sep 17 00:00:00 2001 From: peepeetee Date: Sun, 22 Jun 2025 00:23:39 +0800 Subject: [PATCH] Clear TODO: Change PWM frequency to 24kHz --- keyboards/framework/laptop16/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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