Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed May 7, 2024
1 parent f201e94 commit c5bf956
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,26 @@
hl: home_row_mod_left {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <280>;
require-prior-idle-ms = <0>;
bindings = <&mo>, <&kp>;
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31>;
};

hr: home_row_mod_right {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <280>;
require-prior-idle-ms = <0>;
bindings = <&mo>, <&kp>;
hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 32 33>;
};

sft: shift {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <140>;
require-prior-idle-ms = <0>;
bindings = <&kp>, <&kp>;
};
};
Expand Down

0 comments on commit c5bf956

Please sign in to comment.