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 798ddd3 commit f3b0b87
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
};

};

keymap {
compatible = "zmk,keymap";

Expand All @@ -67,7 +67,7 @@
>;
};

nav {
nav_layer {
bindings = <
ESC LG(X) LG(C) LG(V) LG(FSLH) ___ LA(LEFT) UP LA(RIGHT) ___
LSHFT LG(Z) DEL RET ___ LG(LEFT) LEFT DOWN RIGHT LG(RIGHT)
Expand All @@ -76,7 +76,7 @@
>;
};

spl {
spl_layer {
bindings = <
EXCL RBRC RBKT RPAR PRCNT ___ ___ ___ ___ ___
PLUS LBRC LBKT LPAR EQUAL ___ ___ ___ ___ ___
Expand All @@ -85,7 +85,7 @@
>;
};

spr {
spr_layer {
bindings = <
___ ___ ___ ___ ___ ___ AMPS PIPE CARET ___
___ ___ ___ ___ ___ EQUAL GRAVE UNDER QMARK MINUS
Expand All @@ -94,7 +94,7 @@
>;
};

num {
num_layer {
bindings = <
N5 N6 N7 N8 N9 ___ ___ ___ ___ ___
N0 N1 N2 N3 N4 ___ ___ ___ ___ ___
Expand All @@ -103,7 +103,7 @@
>;
};

bt {
bt_layer {
bindings = <
&bt BT_SEL 0 &bt BT_SEL 1 XXX XXX XXX ___ ___ ___ ___ ___
&bt BT_CLR &bt BT_CLR_ALL XXX XXX &sys_reset ___ ___ ___ ___ ___
Expand All @@ -112,15 +112,14 @@
>;
};

blank {
blank_layer {
bindings = <
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___
>;
};


};
};

0 comments on commit f3b0b87

Please sign in to comment.