Skip to content

Commit

Permalink
(fix) add quick ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Undomeno committed Jan 29, 2025
1 parent 736c5f8 commit 9359fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
// Tap: repeat after alpha, else sticky-shift |
// Shift + tap/ double-tap: caps-word | Hold: shift.
#define MAGIC_SHIFT &magic_shift LSHFT 0
#define QUICK_TAP_MS 175
ZMK_HOLD_TAP(magic_shift, bindings = <&kp>, <&magic_shift_tap>;
flavor = "balanced"; tapping-term-ms = <200>;
quick-tap-ms = <QUICK_TAP_MS>;)
Expand Down

0 comments on commit 9359fbf

Please sign in to comment.