/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #pragma once #include #include #include struct zmk_wpm_state_changed { int state; }; ZMK_EVENT_DECLARE(zmk_wpm_state_changed);