Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed May 12, 2024
1 parent 4fa375a commit baf9ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
compatible = "zmk,combos";

combo_equal {
timeout-ms = <50>;
timeout-ms = <120>;
key-positions = <17 14>;
bindings = <&kp EQUAL>;
};

combo_lpar {
timeout-ms = <50>;
timeout-ms = <120>;
key-positions = <17 13>;
bindings = <&kp LPAR>;
};

combo_rpar {
timeout-ms = <50>;
timeout-ms = <120>;
key-positions = <17 3>;
bindings = <&kp RPAR>;
};
Expand Down

0 comments on commit baf9ff8

Please sign in to comment.