Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 21, 2025
1 parent b2a4db4 commit 15ab110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15ab110

Please sign in to comment.