diff options
Diffstat (limited to 'app/include/zmk/events/ble_active_profile_changed.h')
-rw-r--r-- | app/include/zmk/events/ble_active_profile_changed.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/include/zmk/events/ble_active_profile_changed.h b/app/include/zmk/events/ble_active_profile_changed.h index fa16126..4d3bb7a 100644 --- a/app/include/zmk/events/ble_active_profile_changed.h +++ b/app/include/zmk/events/ble_active_profile_changed.h @@ -12,10 +12,9 @@ #include <zmk/ble/profile.h> -struct ble_active_profile_changed { - struct zmk_event_header header; +struct zmk_ble_active_profile_changed { uint8_t index; struct zmk_ble_profile *profile; }; -ZMK_EVENT_DECLARE(ble_active_profile_changed); +ZMK_EVENT_DECLARE(zmk_ble_active_profile_changed); |