diff options
| author | tslil clingman <> | 2020-08-17 19:25:57 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2020-08-17 19:25:57 -0400 |
| commit | c11f259ee377698b52426a73bb4aebd492c7e35a (patch) | |
| tree | fff8fdc0de4ddf7765c43b2dc7031ac8d12cb949 /4x5 | |
| parent | 3c397e23bddba06a50d6d74104e51cbec38c6e75 (diff) | |
Experimenting with a shorted TAPPING_TERM
Diffstat (limited to '4x5')
| -rw-r--r-- | 4x5/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4x5/config.h b/4x5/config.h index 0f80cf3..1893ae1 100644 --- a/4x5/config.h +++ b/4x5/config.h @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Customise the behaviour of dual-function keys */ //define PERMISSIVE_HOLD -#define TAPPING_TERM 200 +#define TAPPING_TERM 150 #define IGNORE_MOD_TAP_INTERRUPT /* define if matrix has ghost */ |
