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-07-22 11:08:52 -04:00
|
|
|
/ {
|
|
|
|
|
behaviors {
|
2020-10-26 00:30:24 -04:00
|
|
|
/* DEPRECATED: `inc_dec_cp` will be removed in the future */
|
2021-01-18 01:09:51 -05:00
|
|
|
/omit-if-no-ref/ inc_dec_cp: inc_dec_kp: behavior_sensor_rotate_key_press {
|
2020-07-22 11:08:52 -04:00
|
|
|
compatible = "zmk,behavior-sensor-rotate-key-press";
|
|
|
|
|
label = "ENC_KEY_PRESS";
|
|
|
|
|
#sensor-binding-cells = <2>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|