-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Hi, I've already written a comment in another issue, but I guess I open my own now, as I cannot 100% be sure that it's the same issue without further input of the other OP.
So basically there is a crash occuring in my Dongle setup with a nrf52840_mdk_usb_dongle, and two nrf pro micros (nice nano clones). It only happens if I use the dongle as a central device.
The bug appears since this exact commit: 9e36ebd
Any previous commit works just fine.
I can reliably trigger it when using a sticky shift and then hit my space bar that's using a mod morph nested inside a hold tap:
https://github.com/mryel00/zmk-config/blob/main/config/corne.keymap#L227-L238
Here are two other examples that crash it with just a mod morph:
https://github.com/mryel00/zmk-config/blob/dongle_test/config/chocofi.keymap#L48-L60
When it crashes, I need to reset the dongle and the splits, and the last input I have pressed is getting spammed till the reset. E.g. in the first example, it would be a . and in the second example the spc_morph2 it would be A.
If I should test anything, let me know. Thank you in advance for any help.