summaryrefslogtreecommitdiff
path: root/board/dooly/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dooly/board.c')
-rw-r--r--board/dooly/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/dooly/board.c b/board/dooly/board.c
index 7ff5ea661a..9fe568d053 100644
--- a/board/dooly/board.c
+++ b/board/dooly/board.c
@@ -406,6 +406,10 @@ const struct pwm_t pwm_channels[] = {
[PWM_CH_FAN] = { .channel = 5,
.flags = PWM_CONFIG_OPEN_DRAIN,
.freq = 25000},
+ [PWM_CH_LED_RED] = { .channel = 0,
+ .flags = PWM_CONFIG_ACTIVE_LOW |
+ PWM_CONFIG_DSLEEP,
+ .freq = 2000 },
[PWM_CH_LED_WHITE] = { .channel = 2,
.flags = PWM_CONFIG_ACTIVE_LOW |
PWM_CONFIG_DSLEEP,