Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/board/system76/darp10/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ CONFIG_POWER_LIMIT_DC = 45

# Fan configs
CONFIG_FAN1_PWM = DCR2
CONFIG_FAN1_PWM_MIN = 27
CONFIG_FAN1_PWM_MIN = 20
CONFIG_FAN1_POINTS = " \
FAN_POINT(48, 27), \
FAN_POINT(45, 20), \
FAN_POINT(52, 27), \
FAN_POINT(56, 33), \
FAN_POINT(60, 37), \
Expand All @@ -53,9 +53,9 @@ CONFIG_FAN1_POINTS = " \
"

CONFIG_FAN2_PWM = DCR3
CONFIG_FAN2_PWM_MIN = 27
CONFIG_FAN2_PWM_MIN = 20
CONFIG_FAN2_POINTS = " \
FAN_POINT(48, 27), \
FAN_POINT(45, 20), \
FAN_POINT(52, 27), \
FAN_POINT(56, 33), \
FAN_POINT(60, 37), \
Expand Down