Create backspace_delete.dtsi

This commit is contained in:
Chatblanc77 2022-09-13 16:15:50 +07:00 committed by GitHub
parent 8136ae4498
commit f091f221cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
/ {
behaviors {
gresc: grave_escape {
compatible = "zmk,behavior-mod-morph";
label = "DELETE_BACKSPACE";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp DEL>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
};