From 6a184b3d9c9d842d4f53c09bd1dab5100086aebf Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 4 Feb 2015 11:30:02 -0800 Subject: [PATCH] enable debugging, increase debounce --- keyboard/ergodox/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboard/ergodox/config.h b/keyboard/ergodox/config.h index 92c240f..54a114f 100644 --- a/keyboard/ergodox/config.h +++ b/keyboard/ergodox/config.h @@ -55,7 +55,7 @@ Project located at * * And so, there is no sense to have DEBOUNCE higher than 2. */ -#define DEBOUNCE 2 +#define DEBOUNCE 3 #define TAPPING_TERM 230 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ @@ -77,10 +77,10 @@ Project located at */ /* disable debug print */ -#define NO_DEBUG +// #define NO_DEBUG /* disable print */ -#define NO_PRINT +// #define NO_PRINT /* disable action features */ //#define NO_ACTION_LAYER -- 2.39.5