forked from kofal.net/zmk
refactor: Move to zmk_hid_indicators_t type.
This commit is contained in:
committed by
Pete Johanson
parent
d9bb0d7d0e
commit
817ce8764f
@@ -10,7 +10,7 @@
|
||||
#include <zmk/event_manager.h>
|
||||
|
||||
struct zmk_hid_indicators_changed {
|
||||
zmk_hid_indicators indicators;
|
||||
zmk_hid_indicators_t indicators;
|
||||
};
|
||||
|
||||
ZMK_EVENT_DECLARE(zmk_hid_indicators_changed);
|
||||
|
||||
Reference in New Issue
Block a user