diff options
author | Jonavin <71780717+Jonavin@users.noreply.github.com> | 2021-07-03 04:16:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 01:16:16 -0700 |
commit | 5878e86c8a028ad3878aeed158b413afe2e3498c (patch) | |
tree | ebf85c3283deb9e5848476f4362b108e8ddf4d11 /keyboards/mechwild | |
parent | fdf71f1aa7c4720b469d0e11ec8169796cdf3930 (diff) | |
download | qmk_firmware-5878e86c8a028ad3878aeed158b413afe2e3498c.tar.gz qmk_firmware-5878e86c8a028ad3878aeed158b413afe2e3498c.zip |
[Keymap] Jonavin quefrency keymap add encoder functionality + 2tap Shift CAPSLOCK (#13376)
Co-authored-by: Jonavin <=>
Diffstat (limited to 'keyboards/mechwild')
-rw-r--r-- | keyboards/mechwild/mercutio/keymaps/jonavin/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/jonavin/config.h b/keyboards/mechwild/mercutio/keymaps/jonavin/config.h index 7272cd4c3a..09909e28c9 100644 --- a/keyboards/mechwild/mercutio/keymaps/jonavin/config.h +++ b/keyboards/mechwild/mercutio/keymaps/jonavin/config.h @@ -28,3 +28,5 @@ //Always send Escape if Alt is pressed #define GRAVE_ESC_CTRL_OVERRIDE //Always send Escape if Control is pressed + +#define TAPPING_TERM 180 |