ARMEBS4  revision-26.06.2015
Data Fields
PS2Keymap_t Struct Reference

Structure of the keyboard map. More...

Collaboration diagram for PS2Keymap_t:
Collaboration graph

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
 

Detailed Description

Structure of the keyboard map.

Definition at line 16 of file keyboard.c.