Skip to content

Commit 98b3f91

Browse files
committed
Backslash is not backspace...
1 parent 3f30470 commit 98b3f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dactyl_cc.keymap

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
bsdel: backspace_delete {
4242
compatible = "zmk,behavior-mod-morph";
4343
#binding-cells = <0>;
44-
bindings = <&kp BACKSLASH>, <&kp DELETE>;
44+
bindings = <&kp BACKSPACE>, <&kp DELETE>;
4545
mods = <(MOD_LSFT|MOD_RSFT)>;
4646
};
4747
};

0 commit comments

Comments
 (0)