Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 authored Dec 11, 2024
1 parent e57e71c commit c8e7dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp HOME>, <&kp HOME>;
mods = <(MOD_LCTL|MOD_RCTL|)>;
mods = <(MOD_LCTL|MOD_RCTL)>;
};
end: end_ignoring_ctrl {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp END>, <&kp END>;
mods = <(MOD_LCTL|MOD_RCTL|)>;
mods = <(MOD_LCTL|MOD_RCTL)>;
};
};

Expand Down

0 comments on commit c8e7dce

Please sign in to comment.