Skip to content

Commit

Permalink
twentieth
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacknosaur committed Sep 28, 2024
1 parent f12988e commit 15b5b4e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

combo_tab {
timeout-ms = <50>;
key-positions = <13 14>;
key-positions = <4 3>;
bindings = <&kp TAB>;
};
};
Expand All @@ -69,7 +69,7 @@
afunc: afunc {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp LEFT_PARENTHESIS &kp RIGHT_PARENTHESIS &kp EQUAL &kp GREATER_THAN &kp LEFT_BRACE &kp LS(RIGHT_BRACE)>;
bindings = <&kp LEFT_PARENTHESIS &kp RIGHT_PARENTHESIS &kp EQUAL &kp GREATER_THAN &kp LEFT_BRACE &kp LS(RIGHT_BRACE) &kp LEFT>;
label = "AF";
};

Expand All @@ -79,6 +79,13 @@
bindings = <&kp LESS_THAN &kp GREATER_THAN &kp LEFT>;
label = "HTML";
};

htmlelclose: htmlelclose {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp LESS_THAN &kp SLASH &kp GREATER_THAN &kp LEFT>;
label = "HTMLELCLOSE";
};
};

keymap {
Expand All @@ -104,17 +111,17 @@

raise_layer {
bindings = <
&none &kp GRAVE &kp SINGLE_QUOTE &kp DOUBLE_QUOTES &none &none &kp COLON &none &none &none &none &none
&none &kp GRAVE &kp SINGLE_QUOTE &kp DOUBLE_QUOTES &none &none &kp COLON &kp MINUS &kp UNDER &none &none &none
&none &kp LEFT_SHIFT &kp LEFT_CONTROL &kp LEFT_ALT &kp LEFT_GUI &none &kp LEFT &kp DOWN_ARROW &kp UP_ARROW &kp RIGHT_ARROW &none &none
&none &kp DELETE &none &none &none &none &none &none &none &none &none &none
&trans &trans &none &none &trans &trans
&trans &trans &none &trans &trans &trans
>;
};

adjust_layer {
bindings = <
&none &kp C_BRIGHTNESS_DEC &kp C_BRIGHTNESS_INC &kp C_VOL_DN &kp C_VOL_UP &kp K_MUTE &none &none &bt BT_NXT &bt BT_SEL 0 &bt BT_CLR &none
&none &kp LG(GRAVE) &mac_screenshot &kp LG(PLUS) &kp LG(LEFT_BRACKET) &kp LS(LG(RIGHT_BRACKET)) &none &afunc &htmlel &none &none &none
&none &kp LG(GRAVE) &mac_screenshot &kp LG(PLUS) &kp LG(LEFT_BRACKET) &kp LS(LG(RIGHT_BRACKET)) &none &afunc &htmlel &htmlelclose &none &none
&none &kp LA(LC(LEFT_ARROW)) &kp LA(LC(RIGHT)) &kp LG(MINUS) &kp LG(RIGHT_BRACKET) &kp LS(LG(LEFT_BRACKET)) &none &none &none &none &studio_unlock &none
&trans &none &none &none &none &trans
>;
Expand Down

0 comments on commit 15b5b4e

Please sign in to comment.