forgot to update the combo must tap for removing back word

This commit is contained in:
Victor 2024-04-20 15:38:07 -05:00
parent 2158661515
commit cb8436214c
Failed to generate hash of commit

View file

@ -28,7 +28,6 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) {
case KEY_ESC: case KEY_ESC:
case KEY_ENT: case KEY_ENT:
case KEY_TAB: case KEY_TAB:
case KEY_BWRD:
return true; return true;
default: default: