Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
keymap.h File Reference

Go to the source code of this file.

Macros

#define MATRIX_KEY(row, col, code)
 

Macro Definition Documentation

◆ MATRIX_KEY

#define MATRIX_KEY ( row,
col,
code )
Value:
((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff))