2020-12-09 09:35:57 -05:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <kernel.h>
|
2020-12-22 10:56:00 -05:00
|
|
|
#include <zmk/events/layer_state_changed.h>
|
2020-12-09 09:35:57 -05:00
|
|
|
|
2021-01-18 00:35:56 -05:00
|
|
|
ZMK_EVENT_IMPL(zmk_layer_state_changed);
|