2020-11-12 08:10:29 +11:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
2020-11-04 03:54:16 +11:00
|
|
|
|
2020-06-20 05:32:33 +10:00
|
|
|
/ {
|
|
|
|
behaviors {
|
2020-10-26 15:30:24 +11:00
|
|
|
/* DEPRECATED: `cp` will be removed in the future */
|
|
|
|
cp: kp: behavior_key_press {
|
2020-06-20 05:32:33 +10:00
|
|
|
compatible = "zmk,behavior-key-press";
|
|
|
|
label = "KEY_PRESS";
|
|
|
|
#binding-cells = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|