diff options
Diffstat (limited to 'app/src/split/bluetooth/service.c')
-rw-r--r-- | app/src/split/bluetooth/service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/split/bluetooth/service.c b/app/src/split/bluetooth/service.c index a669723..81fbfb5 100644 --- a/app/src/split/bluetooth/service.c +++ b/app/src/split/bluetooth/service.c @@ -4,6 +4,7 @@ #include <bluetooth/gatt.h> #include <zmk/matrix.h> +#include <zmk/split/bluetooth/uuid.h> #include <zmk/split/bluetooth/service.h> static u8_t num_of_positions = ZMK_KEYMAP_LEN; |