Skip to content

Commit

Permalink
Backslash is not backspace...
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFox committed Sep 23, 2024
1 parent 3f30470 commit 98b3f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dactyl_cc.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
bsdel: backspace_delete {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp BACKSLASH>, <&kp DELETE>;
bindings = <&kp BACKSPACE>, <&kp DELETE>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
};
Expand Down

0 comments on commit 98b3f91

Please sign in to comment.