blob: f8f1a2681ee9625aecd6d532604236b9694693a0 (
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);
|