/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #pragma once #include #include #include #include struct zmk_ble_active_profile_changed { uint8_t index; struct zmk_ble_profile *profile; }; ZMK_EVENT_DECLARE(zmk_ble_active_profile_changed);