Home
last modified time | relevance | path

Searched refs:keymap (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/drivers/kscan/src/
Dmain.c81 static const uint8_t keymap[MAX_MATRIX_KEY_COLS][MAX_MATRIX_KEY_ROWS] = { variable
126 last_key = keymap[col][row]; in kb_callback()
/Zephyr-latest/subsys/input/
Dinput_keymap.c105 DT_INST_FOREACH_PROP_ELEM(inst, keymap, KEYMAP_ENTRY_VALIDATE) \
108 DT_INST_FOREACH_PROP_ELEM(inst, keymap, CODES_INIT) \
DKconfig92 bool "Input keymap"
96 Enable the input keymap driver.
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst206 mapped to normal key events using the :dtcompatible:`input-keymap` driver.
208 For example, the following would setup a ``keymap`` device that take the
216 keymap {
217 compatible = "input-keymap";
218 keymap = <
Dindex.rst99 - :dtcompatible:`input-keymap`: maps row/col/touch events from a keyboard
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay84 keymap {
85 compatible = "input-keymap";
86 keymap = <0 1 2>;
/Zephyr-latest/samples/drivers/kscan/
DREADME.rst19 exercise the functionality (you need to obtain the right keymap from the vendor
/Zephyr-latest/doc/hardware/peripherals/
Dkscan.rst23 defined by a keymap provided by the keyboard manufacturer.
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst499 :dtcompatible:`gpio-kbd-matrix` and :dtcompatible:`input-keymap` drivers.