Lines Matching +full:button +full:- +full:input +full:- +full:code
1 /* SPDX-License-Identifier: Apache-2.0 */
4 #include <zephyr/dt-bindings/input/input-event-codes.h>
23 compatible = "gpio-leds";
64 compatible = "gpio-keys";
68 label = "Push button switch 0";
69 zephyr,code = <INPUT_KEY_0>;
74 label = "Push button switch 1";
75 zephyr,code = <INPUT_KEY_1>;
80 label = "Push button switch 2";
81 zephyr,code = <INPUT_KEY_2>;
86 label = "DIP SW1 - Switch 1";
87 zephyr,code = <INPUT_KEY_3>;
92 label = "DIP SW1 - Switch 2";
93 zephyr,code = <INPUT_KEY_4>;
98 label = "DIP SW1 - Switch 3";
99 zephyr,code = <INPUT_KEY_5>;
104 label = "DIP SW1 - Switch 4";
105 zephyr,code = <INPUT_KEY_6>;