Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jamsek committed Jan 2, 2024
1 parent a7680a1 commit 5fb8e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
label = "uscorehyp";
#binding-cells = <0>;
bindings = <&kp UNDERSCORE>, <&kp MINUS>;
mods = <(MOD_LCTRL|MOD_LSFT|MOD_RCTRL|MOD_RSFT)>;
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;
};
bsdel: bsdel {
compatible = "zmk,behavior-mod-morph";
label = "bsdel";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp DEL>;
mods = <(MOD_LCTRL|MOD_LSFT|MOD_RCTRL|MOD_RSFT)>;
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;
};
sc0: shift_caps_0 {
compatible = "zmk,behavior-tap-dance";
Expand Down

0 comments on commit 5fb8e3a

Please sign in to comment.