Skip to content

Commit

Permalink
same as previous
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jamsek committed Jan 2, 2024
1 parent 8490faf commit 9cc926f
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_LSFT|MOD_LCTRL|MOD_RSFT)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
bsdel: bsdel {
compatible = "zmk,behavior-mod-morph";
label = "bsdel";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp DEL>;
mods = <(MOD_LSFT|MOD_RSFT|MOD_RCTRL)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
sc0: shift_caps_0 {
compatible = "zmk,behavior-tap-dance";
Expand Down

0 comments on commit 9cc926f

Please sign in to comment.