Skip to content
Open
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
3 changes: 3 additions & 0 deletions config_definition.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ struct gpu_cfg_custom_temp {
uint16_t temp_fan_max;
} __packed;

enum gpu_cfg_fan_flag {
GPU_CFG_FAN_FLAG_ALWAYS_ON = 0x01,
};
struct gpu_cfg_fan {
uint8_t idx;
uint8_t flags;
Expand Down