Zephyr API Documentation  3.6.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)    ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff))
 

Macro Definition Documentation

◆ MATRIX_KEY

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