forked from kofal.net/zmk
fix(core): Address review comments from Joel.
* Fix up some lingering events API tweaks for heap-less event manager.
This commit is contained in:
committed by
Pete Johanson
parent
33209dee1d
commit
644feeb40d
@@ -45,3 +45,9 @@ zmk_keycode_state_changed_from_encoded(uint32_t encoded, bool pressed, int64_t t
|
||||
.state = pressed,
|
||||
.timestamp = timestamp};
|
||||
}
|
||||
|
||||
static inline int raise_zmk_keycode_state_changed_from_encoded(uint32_t encoded, bool pressed,
|
||||
int64_t timestamp) {
|
||||
return raise_zmk_keycode_state_changed(
|
||||
zmk_keycode_state_changed_from_encoded(encoded, pressed, timestamp));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user