kbd_map.h File Reference

Keyboard map definitions. More...

#include <cfg/macros.h>

Go to the source code of this file.


Defines

Keycodes.
#define K_UP   BV(0)
#define K_DOWN   BV(1)
#define K_OK   BV(2)
#define K_CANCEL   BV(3)
#define K_REPEAT   BV(14)
 This is a repeated keyevent.
#define K_TIMEOUT   BV(15)
 Fake key event for timeouts.

Typedefs

typedef uint16_t keymask_t
 Type for keyboard mask.

Detailed Description

Keyboard map definitions.

Version:
Id
kbd_map.h 840 2007-10-08 17:21:31Z marco

Author:
Francesco Sacchi <batt@develer.com>

Stefano Fedrigo <a@develer.com>

Definition in file kbd_map.h.


Define Documentation

#define K_REPEAT   BV(14)

This is a repeated keyevent.

Definition at line 72 of file kbd_map.h.

#define K_TIMEOUT   BV(15)

Fake key event for timeouts.

Definition at line 73 of file kbd_map.h.