mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-12 02:24:16 -04:00
used hte layer combos in must tap
- this might have messed up the other combos
This commit is contained in:
parent
1dd978d0ce
commit
3bd720d86c
3 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue