Searched refs:INPUT_KEY_X (Results 1 – 4 of 4) sorted by relevance
19 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;27 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;
93 zassert_equal(last_events[1].code, INPUT_KEY_X); in ZTEST()96 zassert_equal(last_events[0].code, INPUT_KEY_X); in ZTEST()101 zassert_equal(last_events_no_short[1].code, INPUT_KEY_X); in ZTEST()104 zassert_equal(last_events_no_short[0].code, INPUT_KEY_X); in ZTEST()
176 #define INPUT_KEY_X 45 /**< X Key */ macro
36 [INPUT_KEY_X] = HID_KEY_X,