mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 03:51:15 +00:00
Clear TODO: Change PWM frequency to 24kHz
This commit is contained in:
parent
91633cfaa5
commit
d8e4103d10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user