10 lines
206 B
C
10 lines
206 B
C
/*
|
|
* Copyright (c) 2021 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <kernel.h>
|
|
#include <zmk/events/endpoint_selection_changed.h>
|
|
|
|
ZMK_EVENT_IMPL(zmk_endpoint_selection_changed);
|