summaryrefslogtreecommitdiff
path: root/board/careena/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/careena/board.c')
-rw-r--r--board/careena/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/careena/board.c b/board/careena/board.c
index 4ae4a8290c..380a936fd1 100644
--- a/board/careena/board.c
+++ b/board/careena/board.c
@@ -95,7 +95,7 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
const struct pwm_t pwm_channels[] = {
[PWM_CH_KBLIGHT] = {
.channel = 5,
- .flags = 0,
+ .flags = PWM_CONFIG_DSLEEP,
.freq = 100,
},
};