zmk/app/src/events/programmable_button_state_changed.c
2024-05-12 04:07:52 +02:00

9 lines
200 B
C

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <zmk/events/programmable_button_state_changed.h>
ZMK_EVENT_IMPL(zmk_programmable_button_state_changed);