blob: 47aefea1a2e77526515c6aec3534f673e8781949 (
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/activity-state-changed.h>
ZMK_EVENT_IMPL(activity_state_changed);
|