From: Don Armstrong Date: Wed, 4 Feb 2015 19:30:02 +0000 (-0800) Subject: enable debugging, increase debounce X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a184b3d9c9d842d4f53c09bd1dab5100086aebf;p=tmk_firmware.git enable debugging, increase debounce --- 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