9 lines
200 B
C
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);
|