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

0
keymap.yml Normal file
View file

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:

View file

@ -76,4 +76,4 @@ combo_t key_combos[COMBO_LENGTH] = {
};
//their documentation is so confusing because you don't use COMBO_LEN defining the actions
uint16_t COMBO_LEN = COMBO_LENGTH;
uint16_t COMBO_LEN = COMBO_LENGTH;d