keyboard/zmk/app/dts/behaviors/bluetooth.dtsi

16 lines
233 B
Plaintext
Raw Normal View History

2020-11-22 00:34:43 +00:00
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
bt: behavior_bluetooth {
compatible = "zmk,behavior-bluetooth";
label = "BLUETOOTH";
#binding-cells = <2>;
};
};
};