Skip to content

Commit

Permalink
fix: no. of arguments again x13
Browse files Browse the repository at this point in the history
  • Loading branch information
titus.ong committed Jul 28, 2023
1 parent a4a4496 commit 97aa489
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
#define QUICK_TAP_MS 50

// Tap dance
ZMK_BEHAVIOR(rpt_nav, tap_dance,
ZMK_BEHAVIOR(rpt_mo, tap_dance,
tapping-term-ms = <TAPPING_TERM_MS>;
#binding-cells = <0>;
bindings = <&key_repeat>, <&mo NAV>;
bindings = <&key_repeat>, <&mo>;
)
#define RPT_NAV &rpt_mo 0 NAV

// Hold taps
ZMK_BEHAVIOR(hold_kp, hold_tap,
Expand Down Expand Up @@ -59,7 +60,7 @@ ZMK_BEHAVIOR(lalt_rpt_nav, hold_tap,
flavor = "balanced";
tapping-term-ms = <TAPPING_TERM_MS>;
quick-tap-ms = <QUICK_TAP_MS>;
bindings = <&kp>, <&rpt_nav>;
bindings = <&kp>, <RPT_NAV>;
)
#define NAV_RPT_LALT &lalt_rpt_nav LALT 0

Expand Down

0 comments on commit 97aa489

Please sign in to comment.