summaryrefslogtreecommitdiff
path: root/src/ble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ble.c')
-rw-r--r--src/ble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ble.c b/src/ble.c
index 266185f..18b4fe3 100644
--- a/src/ble.c
+++ b/src/ble.c
@@ -8,7 +8,7 @@
#include <bluetooth/uuid.h>
#include <bluetooth/gatt.h>
-#include "keys.h"
+#include <zmk/keys.h>
static struct bt_conn *auth_passkey_entry_conn;
static u8_t passkey_entries[6] = {0, 0, 0, 0, 0, 0};