forked from kofal.net/zmk
fix: Address review comments
This commit is contained in:
committed by
Pete Johanson
parent
651ed05e9a
commit
b17d896c5c
10
app/src/events/endpoint_changed.c
Normal file
10
app/src/events/endpoint_changed.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2021 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zmk/events/endpoint_changed.h>
|
||||
|
||||
ZMK_EVENT_IMPL(zmk_endpoint_changed);
|
||||
Reference in New Issue
Block a user