Searched refs:keymap (Results 1 – 9 of 9) sorted by relevance
81 static const uint8_t keymap[MAX_MATRIX_KEY_COLS][MAX_MATRIX_KEY_ROWS] = { variable126 last_key = keymap[col][row]; in kb_callback()
105 DT_INST_FOREACH_PROP_ELEM(inst, keymap, KEYMAP_ENTRY_VALIDATE) \108 DT_INST_FOREACH_PROP_ELEM(inst, keymap, CODES_INIT) \
92 bool "Input keymap"96 Enable the input keymap driver.
206 mapped to normal key events using the :dtcompatible:`input-keymap` driver.208 For example, the following would setup a ``keymap`` device that take the216 keymap {217 compatible = "input-keymap";218 keymap = <
99 - :dtcompatible:`input-keymap`: maps row/col/touch events from a keyboard
84 keymap {85 compatible = "input-keymap";86 keymap = <0 1 2>;
19 exercise the functionality (you need to obtain the right keymap from the vendor
23 defined by a keymap provided by the keyboard manufacturer.
499 :dtcompatible:`gpio-kbd-matrix` and :dtcompatible:`input-keymap` drivers.