feat: handle LED indicators report
This commit is contained in:
parent
6276e973d5
commit
4e55c5f6e9
13 changed files with 269 additions and 15 deletions
10
app/src/events/hid_indicators_changed.c
Normal file
10
app/src/events/hid_indicators_changed.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2022 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zmk/events/hid_indicators_changed.h>
|
||||
|
||||
ZMK_EVENT_IMPL(zmk_hid_indicators_changed);
|
||||
Loading…
Add table
Add a link
Reference in a new issue