2020-11-12 08:10:29 +11:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-08-29 04:15:16 +10:00
|
|
|
/ {
|
|
|
|
behaviors {
|
|
|
|
bt: behavior_bluetooth {
|
|
|
|
compatible = "zmk,behavior-bluetooth";
|
|
|
|
label = "BLUETOOTH";
|
|
|
|
#binding-cells = <2>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|