Skip to content

Commit

Permalink
set tapping terms
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d2rogers committed Aug 23, 2024
1 parent 73206a2 commit ab6fad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

&lt { // layer-tap config
flavor = "balanced";
tapping-term-ms = <200>;
tapping-term-ms = <180>;
quick-tap-ms = <QUICK_TAP_MS>;
};

Expand Down Expand Up @@ -99,8 +99,8 @@ MAKE_HRM(hmr_rpar_gt, &kp, &rpar_gt, KEYS_L THUMBS) // " " " "
// long-tap action on hold, short-tap action on all interrupts
#define MT_CORE \
flavor = "tap-preferred"; \
tapping-term-ms = <220>; \
quick-tap-ms = <220>; \
tapping-term-ms = <180>; \
quick-tap-ms = <180>; \
hold-trigger-key-positions = <0>;

&mt { MT_CORE };
Expand Down

0 comments on commit ab6fad3

Please sign in to comment.