![]() |
ARMEBS4
revision-26.06.2015
|
Structure of the keyboard map. More...
Data Fields | |
uint8_t | noshift [PS2_KEYMAP_SIZE] |
without any special keys | |
uint8_t | shift [PS2_KEYMAP_SIZE] |
with shift pressed | |
uint8_t | altgr [PS2_KEYMAP_SIZE] |
with alt pressed | |
uint8_t | control [PS2_KEYMAP_SIZE] |
with control pressed | |
Structure of the keyboard map.
Definition at line 16 of file keyboard.c.