/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #pragma once #include #include #include #include struct zmk_usb_conn_state_changed { enum zmk_usb_conn_state conn_state; }; ZMK_EVENT_DECLARE(zmk_usb_conn_state_changed);