forked from kofal.net/zmk
feat: handle LED indicators report
This commit is contained in:
committed by
Pete Johanson
parent
6276e973d5
commit
4e55c5f6e9
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);
|
||||
Reference in New Issue
Block a user