removed ctrl backspace combo

This commit is contained in:
Victor 2024-04-17 00:44:20 -05:00
parent 3279aeb5f5
commit f053b1e041
Failed to generate hash of commit
2 changed files with 1 additions and 5 deletions

View file

@ -29,8 +29,7 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) {
case KEY_TAB:
case KEY_ENT:
case KEY_DEL:
case KEY_BSPC:
case KEY_BWRD:
case KEY_BSPC:
return true;
default: