Mod-morph into hold-tap should now work properly

This commit is contained in:
urob 2022-07-31 21:33:50 -04:00
parent 58f154dfb1
commit c49dc777f9

View file

@ -88,7 +88,3 @@ For example, the following configuration morphs `LEFT_SHIFT` + `BACKSPACE` into
};
};
```
### Limitations
In some circumstance, when the morphed keycode is a hold-tap, the modifier gets sent along with the hold-tap regardless of the specification of `masked_mods`.