diff options
Diffstat (limited to 'app/dts/behaviors/key_press.dtsi')
-rw-r--r-- | app/dts/behaviors/key_press.dtsi | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app/dts/behaviors/key_press.dtsi b/app/dts/behaviors/key_press.dtsi index a9e8d8b..77050aa 100644 --- a/app/dts/behaviors/key_press.dtsi +++ b/app/dts/behaviors/key_press.dtsi @@ -3,17 +3,10 @@ / { behaviors { - kp: behavior_key_press { + /* DEPRECATED: `cp` will be removed in the future */ + cp: kp: behavior_key_press { compatible = "zmk,behavior-key-press"; label = "KEY_PRESS"; - usage_page = <HID_USAGE_KEY>; - #binding-cells = <1>; - }; - - cp: behavior_consumer_press { - compatible = "zmk,behavior-key-press"; - label = "CONSUMER_PRESS"; - usage_page = <HID_USAGE_CONSUMER>; #binding-cells = <1>; }; }; |