Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
input-event-codes.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Input event codes, for codes available in Linux, use the same values as in
7 * https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/input-event-codes.h
8 */
9
10#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_INPUT_EVENT_CODES_H_
11#define ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_INPUT_EVENT_CODES_H_
12
25#define INPUT_EV_KEY 0x01
26#define INPUT_EV_REL 0x02
27#define INPUT_EV_ABS 0x03
28#define INPUT_EV_MSC 0x04
29#define INPUT_EV_VENDOR_START 0xf0
30#define INPUT_EV_VENDOR_STOP 0xff
38#define INPUT_KEY_0 11
39#define INPUT_KEY_1 2
40#define INPUT_KEY_2 3
41#define INPUT_KEY_3 4
42#define INPUT_KEY_4 5
43#define INPUT_KEY_5 6
44#define INPUT_KEY_6 7
45#define INPUT_KEY_7 8
46#define INPUT_KEY_8 9
47#define INPUT_KEY_9 10
48#define INPUT_KEY_A 30
49#define INPUT_KEY_APOSTROPHE 40
50#define INPUT_KEY_B 48
51#define INPUT_KEY_BACK 158
52#define INPUT_KEY_BACKSLASH 43
53#define INPUT_KEY_BACKSPACE 14
54#define INPUT_KEY_BLUETOOTH 237
55#define INPUT_KEY_BRIGHTNESSDOWN 224
56#define INPUT_KEY_BRIGHTNESSUP 225
57#define INPUT_KEY_C 46
58#define INPUT_KEY_CAPSLOCK 58
59#define INPUT_KEY_COFFEE 152
60#define INPUT_KEY_COMMA 51
61#define INPUT_KEY_COMPOSE 127
62#define INPUT_KEY_CONNECT 218
63#define INPUT_KEY_D 32
64#define INPUT_KEY_DELETE 111
65#define INPUT_KEY_DOT 52
66#define INPUT_KEY_DOWN 108
67#define INPUT_KEY_E 18
68#define INPUT_KEY_END 107
69#define INPUT_KEY_ENTER 28
70#define INPUT_KEY_EQUAL 13
71#define INPUT_KEY_ESC 1
72#define INPUT_KEY_F 33
73#define INPUT_KEY_F1 59
74#define INPUT_KEY_F10 68
75#define INPUT_KEY_F11 87
76#define INPUT_KEY_F12 88
77#define INPUT_KEY_F13 183
78#define INPUT_KEY_F14 184
79#define INPUT_KEY_F15 185
80#define INPUT_KEY_F16 186
81#define INPUT_KEY_F17 187
82#define INPUT_KEY_F18 188
83#define INPUT_KEY_F19 189
84#define INPUT_KEY_F2 60
85#define INPUT_KEY_F20 190
86#define INPUT_KEY_F21 191
87#define INPUT_KEY_F22 192
88#define INPUT_KEY_F23 193
89#define INPUT_KEY_F24 194
90#define INPUT_KEY_F3 61
91#define INPUT_KEY_F4 62
92#define INPUT_KEY_F5 63
93#define INPUT_KEY_F6 64
94#define INPUT_KEY_F7 65
95#define INPUT_KEY_F8 66
96#define INPUT_KEY_F9 67
97#define INPUT_KEY_FASTFORWARD 208
98#define INPUT_KEY_FORWARD 159
99#define INPUT_KEY_G 34
100#define INPUT_KEY_GRAVE 41
101#define INPUT_KEY_H 35
102#define INPUT_KEY_HOME 102
103#define INPUT_KEY_I 23
104#define INPUT_KEY_INSERT 110
105#define INPUT_KEY_J 36
106#define INPUT_KEY_K 37
107#define INPUT_KEY_KP0 82
108#define INPUT_KEY_KP1 79
109#define INPUT_KEY_KP2 80
110#define INPUT_KEY_KP3 81
111#define INPUT_KEY_KP4 75
112#define INPUT_KEY_KP5 76
113#define INPUT_KEY_KP6 77
114#define INPUT_KEY_KP7 71
115#define INPUT_KEY_KP8 72
116#define INPUT_KEY_KP9 73
117#define INPUT_KEY_KPASTERISK 55
118#define INPUT_KEY_KPCOMMA 121
119#define INPUT_KEY_KPDOT 83
120#define INPUT_KEY_KPEQUAL 117
121#define INPUT_KEY_KPMINUS 74
122#define INPUT_KEY_KPPLUS 78
123#define INPUT_KEY_KPPLUSMINUS 118
124#define INPUT_KEY_L 38
125#define INPUT_KEY_LEFT 105
126#define INPUT_KEY_LEFTALT 56
127#define INPUT_KEY_LEFTBRACE 26
128#define INPUT_KEY_LEFTCTRL 29
129#define INPUT_KEY_LEFTMETA 125
130#define INPUT_KEY_LEFTSHIFT 42
131#define INPUT_KEY_M 50
132#define INPUT_KEY_MENU 139
133#define INPUT_KEY_MINUS 12
134#define INPUT_KEY_MUTE 113
135#define INPUT_KEY_N 49
136#define INPUT_KEY_NUMLOCK 69
137#define INPUT_KEY_O 24
138#define INPUT_KEY_P 25
139#define INPUT_KEY_PAGEDOWN 109
140#define INPUT_KEY_PAGEUP 104
141#define INPUT_KEY_PAUSE 119
142#define INPUT_KEY_PLAY 207
143#define INPUT_KEY_POWER 116
144#define INPUT_KEY_PRINT 210
145#define INPUT_KEY_Q 16
146#define INPUT_KEY_R 19
147#define INPUT_KEY_RIGHT 106
148#define INPUT_KEY_RIGHTBRACE 27
149#define INPUT_KEY_RIGHTMETA 126
150#define INPUT_KEY_RIGHTSHIFT 54
151#define INPUT_KEY_S 31
152#define INPUT_KEY_SCALE 120
153#define INPUT_KEY_SCROLLLOCK 70
154#define INPUT_KEY_SEMICOLON 39
155#define INPUT_KEY_SLASH 53
156#define INPUT_KEY_SLEEP 142
157#define INPUT_KEY_SPACE 57
158#define INPUT_KEY_T 20
159#define INPUT_KEY_TAB 15
160#define INPUT_KEY_U 22
161#define INPUT_KEY_UP 103
162#define INPUT_KEY_UWB 239
163#define INPUT_KEY_V 47
164#define INPUT_KEY_VOLUMEDOWN 114
165#define INPUT_KEY_VOLUMEUP 115
166#define INPUT_KEY_W 17
167#define INPUT_KEY_WAKEUP 143
168#define INPUT_KEY_WLAN 238
169#define INPUT_KEY_X 45
170#define INPUT_KEY_Y 21
171#define INPUT_KEY_Z 44
180#define INPUT_BTN_0 0x100
181#define INPUT_BTN_1 0x101
182#define INPUT_BTN_2 0x102
183#define INPUT_BTN_3 0x103
184#define INPUT_BTN_4 0x104
185#define INPUT_BTN_5 0x105
186#define INPUT_BTN_6 0x106
187#define INPUT_BTN_7 0x107
188#define INPUT_BTN_8 0x108
189#define INPUT_BTN_9 0x109
190#define INPUT_BTN_A BTN_SOUTH
191#define INPUT_BTN_B BTN_EAST
192#define INPUT_BTN_C 0x132
193#define INPUT_BTN_DPAD_DOWN 0x221
194#define INPUT_BTN_DPAD_LEFT 0x222
195#define INPUT_BTN_DPAD_RIGHT 0x223
196#define INPUT_BTN_DPAD_UP 0x220
197#define INPUT_BTN_EAST 0x131
198#define INPUT_BTN_GEAR_DOWN 0x150
199#define INPUT_BTN_GEAR_UP 0x151
200#define INPUT_BTN_LEFT 0x110
201#define INPUT_BTN_MIDDLE 0x112
202#define INPUT_BTN_MODE 0x13c
203#define INPUT_BTN_NORTH 0x133
204#define INPUT_BTN_RIGHT 0x111
205#define INPUT_BTN_SELECT 0x13a
206#define INPUT_BTN_SOUTH 0x130
207#define INPUT_BTN_START 0x13b
208#define INPUT_BTN_THUMBL 0x13d
209#define INPUT_BTN_THUMBR 0x13e
210#define INPUT_BTN_TL 0x136
211#define INPUT_BTN_TL2 0x138
212#define INPUT_BTN_TOUCH 0x14a
213#define INPUT_BTN_TR 0x137
214#define INPUT_BTN_TR2 0x139
215#define INPUT_BTN_WEST 0x134
216#define INPUT_BTN_X BTN_NORTH
217#define INPUT_BTN_Y BTN_WEST
218#define INPUT_BTN_Z 0x135
226#define INPUT_ABS_BRAKE 0x0a
227#define INPUT_ABS_GAS 0x09
228#define INPUT_ABS_RUDDER 0x07
229#define INPUT_ABS_RX 0x03
230#define INPUT_ABS_RY 0x04
231#define INPUT_ABS_RZ 0x05
232#define INPUT_ABS_THROTTLE 0x06
233#define INPUT_ABS_WHEEL 0x08
234#define INPUT_ABS_X 0x00
235#define INPUT_ABS_Y 0x01
236#define INPUT_ABS_Z 0x02
244#define INPUT_REL_DIAL 0x07
245#define INPUT_REL_HWHEEL 0x06
246#define INPUT_REL_MISC 0x09
247#define INPUT_REL_RX 0x03
248#define INPUT_REL_RY 0x04
249#define INPUT_REL_RZ 0x05
250#define INPUT_REL_WHEEL 0x08
251#define INPUT_REL_X 0x00
252#define INPUT_REL_Y 0x01
253#define INPUT_REL_Z 0x02
261#define INPUT_MSC_SCAN 0x04
266#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_INPUT_EVENT_CODES_H_ */