|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_INPUT_INPUT_KEYMAP_H_
8#define ZEPHYR_INCLUDE_INPUT_INPUT_KEYMAP_H_
10#define MATRIX_ROW(keymap_entry) (((keymap_entry) >> 24) & 0xff)
11#define MATRIX_COL(keymap_entry) (((keymap_entry) >> 16) & 0xff)