From 817742f9548dbfed85a1bea997e1b9502291a4d6 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:29:12 -0400 Subject: [PATCH] Better variable names --- config/base.keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index 9b30ea3..fd23208 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -72,8 +72,8 @@ TODOs and ISSUES }; // Make sticky shift cancel capsword. Alternatively: mod-morph ss_cw into DUMMY - // to cancel capsword with triggering sticky-shift when capsword is active. - ss_cancel: ss_cancel { + // to cancel capsword without triggering sticky-shift when capsword is active. + sticky_shift: sticky_shift { wait-ms = <0>; tap-ms = <1>; compatible = "zmk,behavior-macro"; @@ -138,7 +138,7 @@ TODOs and ISSUES label = "STICKY_SHIFT_CAPSWORD"; #binding-cells = <0>; tapping-term-ms = <200>; - bindings = <&ss_cancel>, <&caps_word>, ; + bindings = <&sticky_shift>, <&caps_word>, ; }; };