summaryrefslogtreecommitdiff
path: root/app/include/dt-bindings/zmk/bt.h
blob: bf8b4f5306a26cb5fd4b58f2820ca6cd890187e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
 *
 * 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_FULL_RESET_CMD   4

/*
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