* New behavior allows unlocking the keyboard to allow ZMK Studio to make changes. Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
15 lines
299 B
Text
15 lines
299 B
Text
/*
|
|
* Copyright (c) 2024 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
studio_unlock: studio_unlock {
|
|
compatible = "zmk,behavior-studio-unlock";
|
|
#binding-cells = <0>;
|
|
display-name = "Studio Unlock";
|
|
};
|
|
};
|
|
};
|