summaryrefslogtreecommitdiff
path: root/app/include/zmk/events/ble-active-profile-changed.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/events/ble-active-profile-changed.h')
-rw-r--r--app/include/zmk/events/ble-active-profile-changed.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/include/zmk/events/ble-active-profile-changed.h b/app/include/zmk/events/ble-active-profile-changed.h
deleted file mode 100644
index 4491dfc..0000000
--- a/app/include/zmk/events/ble-active-profile-changed.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2020 The ZMK Contributors
- *
- * SPDX-License-Identifier: MIT
- */
-
-#pragma once
-
-#include <zephyr.h>
-#include <zmk/event-manager.h>
-#include <device.h>
-
-#include <zmk/ble/profile.h>
-
-struct ble_active_profile_changed {
- struct zmk_event_header header;
- uint8_t index;
- struct zmk_ble_profile *profile;
-};
-
-ZMK_EVENT_DECLARE(ble_active_profile_changed);