diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-09-23 18:38:11 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-14 16:42:41 +0200 |
| commit | f3d7b4e57216b70fc3f848e81f59f4897260ef18 (patch) | |
| tree | a8b20cdf503be6993f1a87cee7819cb32db34598 /quantum/action_tapping.h | |
| parent | 6d965d486c08166c6d6d8d699721a02b053d35d0 (diff) | |
made my own keymaps and shortened tapping time
Diffstat (limited to 'quantum/action_tapping.h')
| -rw-r--r-- | quantum/action_tapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h index 6099d80d6d..c822362673 100644 --- a/quantum/action_tapping.h +++ b/quantum/action_tapping.h @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* period of tapping(ms) */ #ifndef TAPPING_TERM -# define TAPPING_TERM 200 +# define TAPPING_TERM 140 #endif /* period of quick tap(ms) */ |
