mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-04 19:46:58 -05:00
Fixed an issue where the sticky key behavior would call ZMK_EVENT_RAISE_AFTER(), which would free the provided event, but then it would keep using that now-freed event data.