From 740839aa1302b650412e5db788faa176eb5db692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Tue, 2 Dec 2025 19:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4repeat?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/BSP/KEY/key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Power_Pico/BSP/KEY/key.c b/Power_Pico/BSP/KEY/key.c index e2a686f..30c5548 100644 --- a/Power_Pico/BSP/KEY/key.c +++ b/Power_Pico/BSP/KEY/key.c @@ -47,7 +47,7 @@ static struct { uint32_t stable_mask; } g_key = { .mode = (KEY_MODE_REPORT_DOWN_UP | KEY_MODE_CLICK_ON_RELEASE | KEY_MODE_LONG_ONCE), - .timing = { .debounce_ms = 5, .long_ms = 500, .repeat_ms = 150 }, + .timing = { .debounce_ms = 5, .long_ms = 500, .repeat_ms = 100 }, .long_enable_mask = 0, .raw_mask = 0, .stable_mask = 0,