stbohne

Results 2 comments of stbohne

`MOUSEKEY_ENABLE = no` fixes it. But of course then I lose mouse keys.

I've tracked it down to a call to `mousekey_send()` in `clear_keyboard_but_mods_and_keys()` in tmk_core/common/actions.c. Commenting that call out seems to avoid the issue without affecting mousekey functionality. `clear_keyboard_but_mods_and_keys()` gets called in...