diff options
author | Erez Zukerman <ezuk@madmimi.com> | 2015-10-28 04:07:15 +0200 |
---|---|---|
committer | Erez Zukerman <ezuk@madmimi.com> | 2015-10-28 04:07:15 +0200 |
commit | d3db8d62f6fc6a7dee43978ddc8356579b502b37 (patch) | |
tree | 6d9445482ff1fd7d564fbc8494344056a120461e /keyboard/ergodox_ez/config.h | |
parent | 2739aa8d780a8210eac30a284786d60dedc671bc (diff) | |
download | qmk_firmware-d3db8d62f6fc6a7dee43978ddc8356579b502b37.tar.gz |
More work on ErgoDox EZ default keymap
Diffstat (limited to 'keyboard/ergodox_ez/config.h')
-rw-r--r-- | keyboard/ergodox_ez/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/ergodox_ez/config.h b/keyboard/ergodox_ez/config.h index 850d24579..583ad84f5 100644 --- a/keyboard/ergodox_ez/config.h +++ b/keyboard/ergodox_ez/config.h @@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 2 -#define TAPPING_TERM 100 +#define TAPPING_TERM 200 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |