Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed May 23, 2024
1 parent 0c9f103 commit 8d41143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 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: ergoalex_right
# - board: nice_nano_v2
# shield: settings_reset

9 changes: 4 additions & 5 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
, <&macro_release &mo MACRO_PLACEHOLDER>
;
};

mac2: macro_press_tap {
compatible = "zmk,behavior-macro-two-param";
#binding-cells = <2>;
Expand All @@ -46,8 +47,7 @@
, <&macro_param_1to1>
, <&macro_release &kp MACRO_PLACEHOLDER>
;
};

};
};

combos {
Expand Down Expand Up @@ -96,7 +96,7 @@
slow-release;
bindings = <&mac SPL PRCNT>;
require-prior-idle-ms = <COMBO_IDLE>;
};
};

l_combo_plus {
timeout-ms = <COMBO>;
Expand Down Expand Up @@ -150,7 +150,7 @@
slow-release;
bindings = <&mac SPL STAR>;
require-prior-idle-ms = <COMBO_IDLE>;
};
}

l_combo_hash {
timeout-ms = <COMBO>;
Expand Down Expand Up @@ -381,7 +381,6 @@
>;
};


nav_layer {
bindings = <
&kp ESC &kp LG(X) &kp LG(C) &kp LG(V) &kp LG(FSLH) &kp PG_UP &kp LA(LEFT) &kp UP &kp LA(RIGHT) ___
Expand Down

0 comments on commit 8d41143

Please sign in to comment.