Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed May 8, 2024
1 parent 236d965 commit a7709ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
include:
- board: nice_nano_v2
shield: ergoalex_left
- board: nice_nano_v2
shield: ergoalex_right
- board: nice_nano_v2
shield: settings_reset
# - board: nice_nano_v2
# shield: ergoalex_right
# - board: nice_nano_v2
# shield: settings_reset

15 changes: 14 additions & 1 deletion config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,24 @@
/ {
combos {
compatible = "zmk,combos";
combo_esc {

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

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

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


Expand Down

0 comments on commit a7709ec

Please sign in to comment.