summaryrefslogtreecommitdiff
path: root/app/include/zmk
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-02 23:17:55 -0400
committerPete Johanson <peter@peterjohanson.com>2020-10-02 23:17:55 -0400
commitd3cd791769811619adb8a2f16eec4e94aa6c0a7e (patch)
tree4bcd7aa28ccfcd258f87051bb9ad9eadad9425bc /app/include/zmk
parentdfb4f1277d66b58de5473c46ed04cf3d7c102b30 (diff)
parent091ac414e3f2b875d27e1b9a0b53b831986b286b (diff)
Merge branch 'main' of github.com:zmkfirmware/zmk into main
Diffstat (limited to 'app/include/zmk')
-rw-r--r--app/include/zmk/split/bluetooth/service.h6
-rw-r--r--app/include/zmk/split/bluetooth/uuid.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h
index 954e0cd..c2be512 100644
--- a/app/include/zmk/split/bluetooth/service.h
+++ b/app/include/zmk/split/bluetooth/service.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2020 The ZMK Contributors
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#pragma once
int zmk_split_bt_position_pressed(u8_t position);
diff --git a/app/include/zmk/split/bluetooth/uuid.h b/app/include/zmk/split/bluetooth/uuid.h
index a8dfbf6..a31884d 100644
--- a/app/include/zmk/split/bluetooth/uuid.h
+++ b/app/include/zmk/split/bluetooth/uuid.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2020 The ZMK Contributors
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#pragma once
#include <bluetooth/uuid.h>