From ff06bb5c992ce48287c794dd233404bcfe598d6d Mon Sep 17 00:00:00 2001 From: Maximilian Engl <43675074+englmaxi@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:21:34 +0200 Subject: [PATCH] Fix macro timings --- config/keymap/macros.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/keymap/macros.dtsi b/config/keymap/macros.dtsi index 7f8dbbf..e3ed90e 100644 --- a/config/keymap/macros.dtsi +++ b/config/keymap/macros.dtsi @@ -26,6 +26,8 @@ ) ZMK_MACRO(sel_word_base, + wait-ms = <1>; + tap-ms = <1>; bindings = <&kp LC(RIGHT)> , <&kp LC(LEFT)> @@ -33,6 +35,8 @@ ) ZMK_MACRO(sel_line_base, + wait-ms = <1>; + tap-ms = <1>; bindings = <&kp HOME> , <&kt LSHIFT> @@ -40,6 +44,8 @@ ) ZMK_MACRO(sel_line_next, + wait-ms = <1>; + tap-ms = <1>; bindings = <&kp DOWN> , <&kp HOME>;