From ac4e2090b178f68843c7bcf0540cce00584d0718 Mon Sep 17 00:00:00 2001 From: Iaphetes Date: Sun, 14 Sep 2025 20:34:50 +0200 Subject: [PATCH] updated debounce time --- keyboard.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboard.toml b/keyboard.toml index ab4c763..31d1cf0 100644 --- a/keyboard.toml +++ b/keyboard.toml @@ -12,7 +12,8 @@ chip = "rp2040" # output_pins = ["PIN_19", "PIN_20", "PIN_21"] # WARNING: Currently row2col/col2row is set in RMK's feature gate, configs here do nothing actually # row2col = true - +[rmk] +debounce_time = 40 [layout] rows = 4 cols = 14