Skip to content

Commit

Permalink
(fix) remove a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Undomeno committed Jan 29, 2025
1 parent 9359fbf commit 4987ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// 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>;
ZMK_HOLD_TAP(magic_shift, bindings = <&kp &magic_shift_tap>;
flavor = "balanced"; tapping-term-ms = <200>;
quick-tap-ms = <QUICK_TAP_MS>;)
ZMK_MOD_MORPH(magic_shift_tap, bindings = <&shift_repeat>, <&caps_word>;
Expand Down

0 comments on commit 4987ad7

Please sign in to comment.