summaryrefslogtreecommitdiff
path: root/app/src/endpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/endpoints.c')
-rw-r--r--app/src/endpoints.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/endpoints.c b/app/src/endpoints.c
index b126f33..9f32f19 100644
--- a/app/src/endpoints.c
+++ b/app/src/endpoints.c
@@ -13,9 +13,9 @@
#include <dt-bindings/zmk/hid_usage_pages.h>
#include <zmk/usb.h>
#include <zmk/hog.h>
-#include <zmk/event-manager.h>
-#include <zmk/events/ble-active-profile-changed.h>
-#include <zmk/events/usb-conn-state-changed.h>
+#include <zmk/event_manager.h>
+#include <zmk/events/ble_active_profile_changed.h>
+#include <zmk/events/usb_conn_state_changed.h>
#include <logging/log.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);