From 72fe32824cd37ad653d84772e418a926c345d206 Mon Sep 17 00:00:00 2001 From: Joshua Jun Date: Fri, 14 Nov 2025 14:40:07 +0100 Subject: [PATCH] board/obelix: tweak dynamic backlight max threshold Adresses FIRM-800 Signed-off-by: Joshua Jun --- src/fw/board/boards/board_obelix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/board/boards/board_obelix.c b/src/fw/board/boards/board_obelix.c index 07c7bfb7b..08c6a8183 100644 --- a/src/fw/board/boards/board_obelix.c +++ b/src/fw/board/boards/board_obelix.c @@ -533,8 +533,8 @@ const BoardConfig BOARD_CONFIG = { .backlight_on_percent = 25, .ambient_light_dark_threshold = 150, .ambient_k_delta_threshold = 25, - .dynamic_backlight_min_threshold = 20, - .dynamic_backlight_max_threshold = 120, + .dynamic_backlight_min_threshold = 15, + .dynamic_backlight_max_threshold = 50, }; const BoardConfigButton BOARD_CONFIG_BUTTON = {