/* * Copyright (c) 2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include / { behaviors { #if ZMK_BEHAVIOR_OMIT(MKP) /omit-if-no-ref/ #endif mkp: mouse_key_press { compatible = "zmk,behavior-mouse-key-press"; #binding-cells = <1>; }; }; mkp_input_listener { compatible = "zmk,input-listener"; device = <&mkp>; }; };