diff --git a/config/swweeep.keymap b/config/swweeep.keymap index e16cfe3..9f74f41 100644 --- a/config/swweeep.keymap +++ b/config/swweeep.keymap @@ -22,7 +22,7 @@ combo_esc { timeout-ms = <50>; - key-positions = <11 13>; + key-positions = <13 14>; bindings = <&kp ESC>; }; @@ -31,6 +31,11 @@ key-positions = <20 21>; bindings = <&kp LC(Z)>; }; + + combo_bsp { + bindings = <&kp BACKSPACE>; + key-positions = <8 9>; + }; }; };