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