2020-11-22 00:34:43 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
2020-11-12 19:03:35 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
behaviors {
|
|
|
|
/* DEPRECATED: `cp` will be removed in the future */
|
|
|
|
cp: kp: behavior_key_press {
|
|
|
|
compatible = "zmk,behavior-key-press";
|
|
|
|
label = "KEY_PRESS";
|
|
|
|
#binding-cells = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|