Skip to content

Commit

Permalink
Try: debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
1000eyed committed Feb 23, 2024
1 parent aac4eb5 commit f517f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/pur/pur.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ZMK_BEHAVIOR(num_dance, tap_dance, bindings = <&sl NUM>, <&tog NUM>; tapping-ter
/* smart modifiers */
ZMK_BEHAVIOR(dance_ctrl, tap_dance, bindings = <&kp LCTRL>, <&kp LC(LSFT)>; tapping-term-ms = <200>;)
ZMK_BEHAVIOR(dance_alt, tap_dance, bindings = <&kp LGUI>, <&kp LGUI>; tapping-term-ms = <200>;)
ZMK_BEHAVIOR(smart_ctrl, hold_tap, flavor = "balanced"; tapping-term-ms = <200>; quick-tap-ms = <125>; bindings = <&kp LCTRL>, <&dance_ctrl>;)
ZMK_BEHAVIOR(smart_alt, hold_tap, flavor = "balanced"; tapping-term-ms = <200>; quick-tap-ms = <125>; bindings = <&kp LALT>, <&dance_alt>;)
ZMK_BEHAVIOR(smart_ctrl, hold_tap, flavor = "balanced"; tapping-term-ms = <200>; quick-tap-ms = <125>; bindings = <&kp LCTRL &dance_ctrl>;)
ZMK_BEHAVIOR(smart_alt, hold_tap, flavor = "balanced"; tapping-term-ms = <200>; quick-tap-ms = <125>; bindings = <&kp LALT &dance_alt>;)

/* existing behavior settings */
&sl { ignore-modifiers; release-after-ms = <10000>; };
Expand Down

0 comments on commit f517f2f

Please # to comment.