zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.48k stars 2.56k forks source link

fix: Initialize sideband kscan in APPLICATION. #2289

Closed petejohanson closed 2 months ago

petejohanson commented 2 months ago

Hit this with problems with the ZMK Uno shield after the soft off refactor. Without this change, the code attempts to schedule work items before that's allowed by Zephyr, leading to unexpected crashes.