refactor: Move to zmk_hid_indicators_t type.

This commit is contained in:
Peter Johanson
2023-11-27 23:48:13 +00:00
committed by Pete Johanson
parent d9bb0d7d0e
commit 817ce8764f
7 changed files with 18 additions and 18 deletions

View File

@@ -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);