Skip to content

Commit

Permalink
replaced the behaviors w/ my default
Browse files Browse the repository at this point in the history
  • Loading branch information
Woop91 authored Jul 5, 2024
1 parent f6145c3 commit 864a582
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,12 @@
};

behaviors {
as: auto_shift {
tp: tap_preferred {
compatible = "zmk,behavior-hold-tap";
label = "TAP_PREFERRED";
#binding-cells = <2>;
tapping_term_ms = <200>;
quick_tap_ms = <0>;
tapping-term-ms = <150>;
quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
Expand Down

0 comments on commit 864a582

Please sign in to comment.