mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 05:25:18 -05:00
11 lines
192 B
C
11 lines
192 B
C
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <kernel.h>
|
|
#include <zmk/events/keycode-state-changed.h>
|
|
|
|
ZMK_EVENT_IMPL(keycode_state_changed);
|