mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-19 01:54:20 +00:00
Both emit ENTER via a zephyr,input-longpress filter (single button), same category the Kconfig help text already documents as needing CONFIG_ZEPHCORE_UI_CONFIRM_WINDOW_MS=3000 instead of the 500ms default -- two ~1s holds don't fit in 500ms, so the second long press on shutdown/DFU/offgrid always arrives after the window closed and just re-arms instead of confirming. T096 already had this set (board.conf:38); WT2 and V4.3 didn't, apparently missed when their board.conf was written.