summaryrefslogtreecommitdiff
path: root/app/include/dt-bindings
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-09-13 22:20:25 -0400
committerPete Johanson <peter@peterjohanson.com>2020-09-13 22:33:31 -0400
commit6c8b0b53f0dbec695ab967ee947916875ed49352 (patch)
treedef9ee65f545fbd024e1b05841252d85a948acbc /app/include/dt-bindings
parent652bb6ce05254f8168f279396a50b92d7a2182c3 (diff)
refactor(bluetooth): More concise names.
Diffstat (limited to 'app/include/dt-bindings')
-rw-r--r--app/include/dt-bindings/zmk/bt.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/include/dt-bindings/zmk/bt.h b/app/include/dt-bindings/zmk/bt.h
index b2899ab..bf8b4f5 100644
--- a/app/include/dt-bindings/zmk/bt.h
+++ b/app/include/dt-bindings/zmk/bt.h
@@ -4,10 +4,10 @@
* SPDX-License-Identifier: MIT
*/
-#define BT_CLEAR_BONDS_CMD 0
-#define BT_PROF_NEXT_CMD 1
-#define BT_PROF_PREV_CMD 2
-#define BT_PROF_SEL_CMD 3
+#define BT_CLR_CMD 0
+#define BT_NXT_CMD 1
+#define BT_PRV_CMD 2
+#define BT_SEL_CMD 3
// #define BT_FULL_RESET_CMD 4
/*
@@ -15,7 +15,7 @@ Note: Some future commands will include additional parameters, so we
defines these aliases up front.
*/
-#define BT_CLEAR_BONDS BT_CLEAR_BONDS_CMD 0
-#define BT_PROF_NEXT BT_PROF_NEXT_CMD 0
-#define BT_PROF_PREV BT_PROF_PREV_CMD 0
-#define BT_PROF_SEL BT_PROF_SEL_CMD \ No newline at end of file
+#define BT_CLR BT_CLR_CMD 0
+#define BT_NXT BT_NXT_CMD 0
+#define BT_PRV BT_PRV_CMD 0
+#define BT_SEL BT_SEL_CMD \ No newline at end of file