Skip to content

Commit

Permalink
qmk: change tapping term to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Aug 31, 2024
1 parent 6acd142 commit dabfdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/keyboard-firmware/crkbd/keymap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// https://docs.qmk.fm/tap_hold
// https://precondition.github.io/home-row-mods#tap-hold-configuration-settings
#define QUICK_TAP_TERM 0
#define TAPPING_TERM 100
#define PERMISSIVE_HOLD

#ifdef RGBLIGHT_ENABLE
Expand Down
1 change: 1 addition & 0 deletions configs/keyboard-firmware/planck/keymap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
// https://docs.qmk.fm/tap_hold
// https://precondition.github.io/home-row-mods#tap-hold-configuration-settings
#define QUICK_TAP_TERM 0
#define TAPPING_TERM 100
#define PERMISSIVE_HOLD

0 comments on commit dabfdb3

Please sign in to comment.