Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_keymap.h File Reference

Header file for keymap utilities. More...

Go to the source code of this file.

Macros

#define MATRIX_ROW(keymap_entry)   (((keymap_entry) >> 24) & 0xff)
 Extract the row index from a keymap entry.
 
#define MATRIX_COL(keymap_entry)   (((keymap_entry) >> 16) & 0xff)
 Extract the column index from a keymap entry.
 

Detailed Description

Header file for keymap utilities.