16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2020 The ZMK Contributors
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
behaviors {
|
||
|
tog: behavior_toggle_layer {
|
||
|
compatible = "zmk,behavior-toggle-layer";
|
||
|
label = "TOGGLE_LAYER";
|
||
|
#binding-cells = <1>;
|
||
|
};
|
||
|
};
|
||
|
};
|