blob: b80314b9e6e1519c62e05dcbf74f4a65b855d865 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <kernel.h>
#include <zmk/events/position_state_changed.h>
ZMK_EVENT_IMPL(position_state_changed);
|