From: Oleg Kostyuk Date: Mon, 9 Sep 2013 17:00:24 +0000 (+0300) Subject: Decreasing default TAPPING_TERM X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=commitdiff_plain;h=c119ccaf72be78c7304c6308a4bc2fd5c09aafd2 Decreasing default TAPPING_TERM --- diff --git a/keyboard/ergodox/config.h b/keyboard/ergodox/config.h index de32be7..fc522ce 100644 --- a/keyboard/ergodox/config.h +++ b/keyboard/ergodox/config.h @@ -50,7 +50,8 @@ Project located at * * And so, there is no sense to have DEBOUNCE higher than 2. */ -#define DEBOUNCE 2 +#define DEBOUNCE 2 +#define TAPPING_TERM 180 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE