Skip to content

Commit

Permalink
change timings
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 15, 2024
1 parent 10cb821 commit adf3368
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
defaults = <&kp U>;
bindings = <&kp DE_EQUAL>, <&kp DE_EQUAL>;
antecedents = <DE_LT DE_GT>;
max-delay-ms = <280>;
max-delay-ms = <1000>;
};

ad_comma: adaptive_comma {
Expand All @@ -220,16 +220,16 @@
defaults = <&kp DE_COMMA>;
bindings = <&kp DE_EQUAL>;
antecedents = <DE_EXCL>;
max-delay-ms = <280>;
max-delay-ms = <1000>;
};

ad_e: adaptive_e {
compatible = "zmk,behavior-antecedent-morph";
#binding-cells = <0>;
defaults = <&kp E>;
bindings = <&kp DE_GT>, <&kp DE_GT>;
antecedents = <DE_MINUS DE_EQUAL>;
max-delay-ms = <280>;
bindings = <&kp DE_GT>, <&kp DE_GT>, <&kp DE_GT>;
antecedents = <DE_MINUS DE_EQUAL DE_PIPE>;
max-delay-ms = <1000>;
};
};
};

0 comments on commit adf3368

Please sign in to comment.