Skip to content

Commit

Permalink
feat(behaviors): update to cross-hand timerless hrm
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Feb 7, 2024
1 parent 04bb2c8 commit 4f3451d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/include/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
name: name { \
compatible = "zmk,behavior-hold-tap"; \
#binding-cells = <2>; \
flavor = "tap-preferred"; \
flavor = "balanced"; \
tapping-term-ms = <TAPPING_TERM_MS>; \
quick-tap-ms = <QUICK_TAP_MS>; \
require-prior-idle-ms = <REQUIRE_PRIOR_IDLE_MS>; \
bindings = <&kp>, <&kp>; \
hold-trigger-key-positions = <trigger_keys>; \
hold-trigger-on-release;
}; \
}; \
};
Expand Down

0 comments on commit 4f3451d

Please sign in to comment.