/* * Copyright 2023 Google LLC * * SPDX-License-Identifier: Apache-2.0 */ #include / { fake_input_device: fake-device { compatible = "vnd,input-device"; }; longpress: longpress { input = <&fake_input_device>; compatible = "zephyr,input-longpress"; input-codes = , ; short-codes = , ; long-codes = , ; long-delay-ms = <100>; }; longpress_no_short: longpress-no-short { input = <&fake_input_device>; compatible = "zephyr,input-longpress"; input-codes = , ; long-codes = , ; long-delay-ms = <100>; }; };