blob: 77050aaaf4136af81bdf8f76ac228f850ea2873f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <dt-bindings/zmk/hid_usage_pages.h>
/ {
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>;
};
};
};
|