From eca2223dcd7fbd9e5d47365433849c67f19ecb79 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 13 Feb 2021 02:38:32 +0100 Subject: set DEBOUNCE to 5ms: this seems to help, at least when running from a 500mA USB port The original documentation states that they simply read the matrix twice in order to debounce. They did not mention any delays. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9821031..540b13a 100644 --- a/config.h +++ b/config.h @@ -36,7 +36,7 @@ along with this program. If not, see . //#define MATRIX_HAS_GHOST /* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 2 +#define DEBOUNCE 5 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE -- cgit v1.2.3