summaryrefslogtreecommitdiff
path: root/board/dratini/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dratini/board.c')
-rw-r--r--board/dratini/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dratini/board.c b/board/dratini/board.c
index 272a5048e4..0bb5a1a785 100644
--- a/board/dratini/board.c
+++ b/board/dratini/board.c
@@ -117,7 +117,7 @@ const unsigned int spi_devices_used = ARRAY_SIZE(spi_devices);
/******************************************************************************/
/* PWM channels. Must be in the exactly same order as in enum pwm_channel. */
const struct pwm_t pwm_channels[] = {
- [PWM_CH_KBLIGHT] = { .channel = 3, .flags = 0, .freq = 10000 },
+ [PWM_CH_KBLIGHT] = { .channel = 3, .flags = 0, .freq = 100 },
[PWM_CH_FAN] = {.channel = 5, .flags = PWM_CONFIG_OPEN_DRAIN,
.freq = 25000},
};