From c986e9b0f72a1f08cd7a58132fa077fdd3db1578 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 22 Feb 2022 15:08:14 -0300 Subject: [PATCH] Increase debounce --- keyboards/atreus/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 3d863c825e..3202c17d67 100644 --- a/keyboards/atreus/config.h +++ b/keyboards/atreus/config.h @@ -37,7 +37,7 @@ //#define BACKLIGHT_LEVELS 3 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 3 +#define DEBOUNCE 5 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE