mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-26 09:40:46 +02:00
3fe2acc2d1
* Make it easier to use *just* event payloads by defining the data, and then having event manager macros generate "wrapper structs" * Improve is_*/cast_* APIs to hide details of full event struct. * Create `zmk_event_t` typedef to pass to event handlers. * Bring event names inline w/ consistent `zmk_` prefix.