summaryrefslogtreecommitdiff
path: root/inc/model/model_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/model/model_hw.h')
-rw-r--r--inc/model/model_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/model/model_hw.h b/inc/model/model_hw.h
index eecc204..c0fc94e 100644
--- a/inc/model/model_hw.h
+++ b/inc/model/model_hw.h
@@ -33,5 +33,6 @@ void model_hw_subscribe_event(t_model_hw_update_cb model_update_cb);
void model_hw_deactivate_rotatry(bool deactivate);
void model_hw_set_bezel_params(float step, float dead_zone, bool use_blocker, int blocker_count, bool set_to_zero_when_stop);
+void model_hw_set_bezel_max_min(float min, float max);
#endif /* MODEL_HW_H_ */