File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
include/zephyr/dt-bindings/input Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 195
195
#define INPUT_BTN_7 0x107 /**< 7 button */
196
196
#define INPUT_BTN_8 0x108 /**< 8 button */
197
197
#define INPUT_BTN_9 0x109 /**< 9 button */
198
- #define INPUT_BTN_A BTN_SOUTH /**< A button */
199
- #define INPUT_BTN_B BTN_EAST /**< B button */
198
+ #define INPUT_BTN_A INPUT_BTN_SOUTH /**< A button */
199
+ #define INPUT_BTN_B INPUT_BTN_EAST /**< B button */
200
200
#define INPUT_BTN_BACK 0x116 /**< Back button */
201
201
#define INPUT_BTN_C 0x132 /**< C button */
202
202
#define INPUT_BTN_DPAD_DOWN 0x221 /**< Directional pad Down */
226
226
#define INPUT_BTN_TR 0x137 /**< Right trigger (R1) */
227
227
#define INPUT_BTN_TR2 0x139 /**< Right trigger 2 (R2) */
228
228
#define INPUT_BTN_WEST 0x134 /**< West button */
229
- #define INPUT_BTN_X BTN_NORTH /**< X button */
230
- #define INPUT_BTN_Y BTN_WEST /**< Y button */
229
+ #define INPUT_BTN_X INPUT_BTN_NORTH /**< X button */
230
+ #define INPUT_BTN_Y INPUT_BTN_WEST /**< Y button */
231
231
#define INPUT_BTN_Z 0x135 /**< Z button */
232
232
/** @} */
233
233
You can’t perform that action at this time.
0 commit comments