From c8e7dcec12e9d170d750fbf713a68cf8da905471 Mon Sep 17 00:00:00 2001 From: Kyle Mitchell <45919695+jcmkk3@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:42:58 -0800 Subject: [PATCH] Fix syntax error --- config/base.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index f1f7570..dfb8a65 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -68,13 +68,13 @@ compatible = "zmk,behavior-mod-morph"; #binding-cells = <0>; bindings = <&kp HOME>, <&kp HOME>; - mods = <(MOD_LCTL|MOD_RCTL|)>; + mods = <(MOD_LCTL|MOD_RCTL)>; }; end: end_ignoring_ctrl { compatible = "zmk,behavior-mod-morph"; #binding-cells = <0>; bindings = <&kp END>, <&kp END>; - mods = <(MOD_LCTL|MOD_RCTL|)>; + mods = <(MOD_LCTL|MOD_RCTL)>; }; };