used hte layer combos in must tap

- this might have messed up the other combos
This commit is contained in:
Victor 2024-04-17 00:26:27 -05:00
parent 1dd978d0ce
commit 3bd720d86c
Failed to generate hash of commit
3 changed files with 1 additions and 4 deletions

View file

@ -31,9 +31,6 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) {
case KEY_DEL:
case KEY_BSPC:
case KEY_BWRD:
case LYR_CONFIG:
case LYR_FUNCTION:
return true;
default: