Skip to content

Commit c74c53a

Browse files
committed
feat(keymap): remove space from 'the' macro
1 parent 504206a commit c74c53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/includes/macros.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ZMK_MACRO(the,
1717
wait-ms = <5>;
1818
tap-ms = <5>;
19-
bindings = <&macro_tap &kp T>, <&macro_release &kp LSHFT>, <&macro_tap &kp H &kp E &kp SPACE>;
19+
bindings = <&macro_tap &kp T>, <&macro_release &kp LSHFT>, <&macro_tap &kp H &kp E>;
2020
)
2121

2222
// 'and' macro

0 commit comments

Comments
 (0)