diff options
author | zer09 <zer09@users.noreply.github.com> | 2018-12-10 00:28:46 +0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-09 08:28:46 -0800 |
commit | 614b3a0f7ca266f9d625814a3bbd1c2de34f2f0f (patch) | |
tree | 75b135fb2fd6dd896caadc190090bd2e5e900f33 /users/zer09/config.h | |
parent | 11eaccdbce5246e7235ff91d0d04de83f7685919 (diff) |
Keymap: Keymap update (#4579)
* Add YREG keycode
* Add GM layer
* Set tapping term to 105
* update tapping term
Diffstat (limited to 'users/zer09/config.h')
-rw-r--r-- | users/zer09/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/zer09/config.h b/users/zer09/config.h index 4cb65c258f..c5ab32f8d4 100644 --- a/users/zer09/config.h +++ b/users/zer09/config.h @@ -16,13 +16,13 @@ #define FORCE_NKRO #ifndef TAPPING_TOGGLE -#define TAPPING_TOGGLE 1 +#define TAPPING_TOGGLE 1 #endif #ifdef TAPPING_TERM #undef TAPPING_TERM #endif -#define TAPPING_TERM 120 +#define TAPPING_TERM 95 // Disable action_get_macro and fn_actions, since we don't use these // and it saves on space in the firmware. |