diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-08-09 11:24:00 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-08-09 11:24:00 +0000 |
| commit | b9be9e73be45516910f838ec4110b47e496bd264 (patch) | |
| tree | 6903f38d3803cc4ed2c984decce0f2d9193713af | |
| parent | 0043ea155b45e13263f426797355ea8c15c8981b (diff) | |
Add backspace / delete mod-morph
| -rw-r--r-- | config/cradio.keymap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 83f0c92..f5c20bd 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -89,6 +89,14 @@ bindings = <&kp>, <&to>; }; + // Backspace / delete + bsp: backspace_delete { + compatible = "zmk,behavior-mod-morph"; + #binding-cells = <0>; + bindings = <&kp BACKSPACE>, <&kp DELETE>; + mods = <(MOD_LSFT)>; + }; + // [ ~ COMBO(lbrktld, leftbracket_tilde, LEFT_BRACKET, TILDE); |
