diff --git a/config/base.keymap b/config/base.keymap index 112ae46..d6176df 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -90,7 +90,8 @@ /* Convenience */ COMBO(esc, &kp ESC, 3 4, DEF_L) - COMBO(del, &kp DEL, 13 14, DEF_L) + COMBO(del, &kp DEL, 15 16, DEF_L) + COMBO(tab, &kp TAB, 13 14, DEF_L) COMBO(select_all, &kp LC(A), 20 21, NAV_L) };