Skip to content

Commit

Permalink
yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 21, 2025
1 parent 15ab110 commit 7877c69
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|MOD_LALT|)>;
keep-mods = <(MOD_LCTL|MOD_LGUI|MOD_LSFT|MOD_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 7877c69

Please sign in to comment.