Skip to content

Commit 4decbd3

Browse files
feat: Creates shrug macro
1 parent cf359f9 commit 4decbd3

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

config/corne.keymap

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,43 @@
1919
};
2020
};
2121

22+
macros {
23+
shrug: shrug {
24+
compatible = "zmk,behavior-macro";
25+
#binding-cells = <0>;
26+
bindings = <
27+
&macro_press &kp LSHIFT
28+
&macro_tap &kp EQUAL
29+
&macro_release &kp LSHIFT
30+
&kp BACKSLASH
31+
&macro_press &kp LSHIFT
32+
&macro_tap &kp MINUS
33+
&macro_release &kp LSHIFT
34+
&macro_press &kp LSHIFT
35+
&macro_tap &kp N9
36+
&macro_release &kp LSHIFT
37+
&macro_press &kp LCTRL &kp LSHIFT
38+
&macro_tap &kp U
39+
&macro_release &kp LCTRL &kp LSHIFT
40+
&macro_tap &kp N3
41+
&macro_tap &kp N0
42+
&macro_tap &kp N7
43+
&macro_tap &kp N6
44+
&macro_tap &kp SPACE
45+
&macro_press &kp LSHIFT
46+
&macro_tap &kp N0
47+
&macro_release &kp LSHIFT
48+
&macro_press &kp LSHIFT
49+
&macro_tap &kp MINUS
50+
&macro_release &kp LSHIFT
51+
&kp SLASH
52+
&macro_press &kp LSHIFT
53+
&macro_tap &kp EQUAL
54+
&macro_release &kp LSHIFT
55+
>;
56+
};
57+
};
58+
2259
keymap {
2360
compatible = "zmk,keymap";
2461

@@ -87,7 +124,7 @@
87124

88125
always_accessible_layer {
89126
bindings = <
90-
&none &trans &trans &kp COLON &kp ESC &trans &trans &trans &trans &kp PSCRN &kp DEL &none
127+
&none &trans &trans &kp COLON &kp ESC &trans &trans &trans &shrug &kp PSCRN &kp DEL &none
91128
&none &kp CAPS &kp PRCNT &kp FSLH &kp ENTER &trans &trans &kp LGUI &trans &trans &trans &none
92129
&none &trans &trans &kp RA(COMMA) &kp EXCL &trans &trans &trans &trans &trans &bootloader &none
93130
&trans &trans &kp TAB &none &trans &trans

0 commit comments

Comments
 (0)