Create backspace_delete.dtsi
This commit is contained in:
parent
8136ae4498
commit
f091f221cd
1 changed files with 10 additions and 0 deletions
10
app/dts/behaviors/backspace_delete.dtsi
Normal file
10
app/dts/behaviors/backspace_delete.dtsi
Normal 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)>;
|
||||
};
|
||||
};
|
Loading…
Add table
Reference in a new issue