Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed May 24, 2024
1 parent 86e15bc commit c10c997
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@
bindings = <&mac SPR EQUAL>;
require-prior-idle-ms = <COMBO_IDLE>;
};
r_combo_grave {
r_combo_under {
timeout-ms = <COMBO>;
key-positions = <12 16>;
layers = <DEF>;
slow-release;
bindings = <&mac SPR GRAVE>;
bindings = <&mac SPR UNDER>;
require-prior-idle-ms = <COMBO_IDLE>;
};
r_combo_qmark {
Expand Down Expand Up @@ -263,14 +263,15 @@
bindings = <&mac SPR CARET>;
require-prior-idle-ms = <COMBO_IDLE>;
};
r_combo_under {
r_combo_grave {
timeout-ms = <COMBO>;
key-positions = <12 29>;
layers = <DEF>;
slow-release;
bindings = <&mac SPR UNDER>;
bindings = <&mac SPR GRAVE>;
require-prior-idle-ms = <COMBO_IDLE>;
};



r_combo_five {
Expand Down

0 comments on commit c10c997

Please sign in to comment.