diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-14 09:46:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 09:46:35 -0400 |
commit | 9110335142813c60c4ae3572444d4f954c41ef14 (patch) | |
tree | d8f758f8d87e7e8f7bb7e2f39a8de2f0a3158e34 /app/include/dt-bindings/zmk/bt.h | |
parent | 2c38947d1dcde236c27aba0c29042e4b610ee5d8 (diff) | |
parent | 191a2d755ad4761bd04a30a113e05119ad7aa61e (diff) |
Merge pull request #183 from petejohanson/ops/clang-format-checks
Standardize code formatting using clang-format w/ LLVM style
Diffstat (limited to 'app/include/dt-bindings/zmk/bt.h')
-rw-r--r-- | app/include/dt-bindings/zmk/bt.h | 16 |
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 bf8b4f5..05fd65c 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_CLR_CMD 0 -#define BT_NXT_CMD 1 -#define BT_PRV_CMD 2 -#define BT_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_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 +#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 |