mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 06:34:17 -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
0
keymap.yml
Normal file
0
keymap.yml
Normal 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:
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue