From 15ab11076c137dc2117ce598a802088b2c8c81a4 Mon Sep 17 00:00:00 2001 From: ldebritto Date: Tue, 21 Jan 2025 18:51:00 -0300 Subject: [PATCH] typo fix --- config/cradio.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 891c7a9..45e1916 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -168,8 +168,8 @@ compatible = "zmk,behavior-mod-morph"; #binding-cells = <0>; bindings = <&kp RSHIFT>, <&kp SPACE>; //useful for scrolling up with the left hand on the keyboard and the right one on the mouse - mods = <(MOD_LCTL|MOD_LGUI|MOD_LSFT|MOF_LALT|)>; - keep-mods = <(MOD_LCTL|MOD_LGUI|MOD_LSFT|MOF_LALT|)>; + mods = <(MOD_LCTL|MOD_LGUI|MOD_LSFT|MOD_LALT|)>; + keep-mods = <(MOD_LCTL|MOD_LGUI|MOD_LSFT|MOD_LALT|)>; }; hp: hold_preferred_mod_tap { // Allows for space/shift+space for scrolling up with the left hand on the keyboard and the right one on the mouse