Skip to content

Commit

Permalink
Adjust hrm behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 21, 2024
1 parent e6fdd8f commit b026d94
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
hold-trigger-key-positions = <39 40 41 38 36 37 6 7 8 9 10 11 18 19 20 21 22 23 30 31 32 33 34 35>;
hold-trigger-key-positions = <39 40 41 38 36 37 6 7 8 9 10 11 18 19 20 21 22 23 30 31 32 33 34 35 17 16 15 14>;
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
hold-trigger-on-release;
};

right_hrm: right_hrm {
Expand All @@ -50,15 +49,7 @@
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
flavor = "balanced";
hold-trigger-key-positions = <27 0 1 2 3 4 5 12 13 14 15 16 17 24 25 26 27 28 29 36 37 38 39 40 41>;
hold-trigger-on-release;
};

smart_bspc: smart_bspc {
compatible = "zmk,behavior-tap-dance";
label = "SMART_BSPC";
#binding-cells = <0>;
bindings = <&kp BACKSPACE>, <&kp LA(BACKSPACE)>;
hold-trigger-key-positions = <27 0 1 2 3 4 5 12 13 14 15 16 17 24 25 26 27 28 29 36 37 38 39 40 41 19 20 21>;
};
};

Expand Down

0 comments on commit b026d94

Please sign in to comment.