File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 123123 };
124124 };
125125
126+ macros {
127+ em_dash: em_dash {
128+ compatible = "zmk,behavior-macro";
129+ #binding-cells = <0>;
130+ bindings =
131+ <¯o_press>,
132+ <&kp LC(LA(U))>,
133+ <¯o_tap>,
134+ <&kp N2 &kp N0 &kp N1 &kp N4>,
135+ <¯o_release>,
136+ <&kp LA(LC(U))>;
137+
138+ label = "EM_DASH";
139+ };
140+ };
141+
126142 keymap {
127143 compatible = "zmk,keymap";
128144
197213 &trans &trans &kp LC(SPACE) &trans &trans &trans
198214 >;
199215 };
216+
217+ compose_keys {
218+ bindings = <
219+ &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
220+ &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
221+ &trans &trans &trans &trans &trans &trans &em_dash &trans &trans &trans &trans &trans
222+ &trans &trans &trans &trans &trans &trans
223+ >;
224+ };
200225 };
201226
202227 conditional_layers { compatible = "zmk,conditional-layers"; };
You can’t perform that action at this time.
0 commit comments