table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT MATRIX_KEYMAP(9) | Input Subsystem | STRUCT MATRIX_KEYMAP(9) |
NAME¶
struct_matrix_keymap_data - keymap for matrix keyboardsSYNOPSIS¶
struct matrix_keymap_data {
const uint32_t * keymap;
unsigned int keymap_size;
};
MEMBERS¶
keymappointer to array of uint32 values encoded with
KEY macro representing keymap
keymap_size
number of entries (initialized) in this
keymap
DESCRIPTION¶
This structure is supposed to be used by platform code to supply keymaps to drivers that implement matrix-like keypads/keyboards.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |