examples/demo/hw/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 1532 2008-08-04 07:21:26Z bernie

Author:
Francesco Sacchi <batt@develer.com>

Stefano Fedrigo <a@develer.com>

Definition in file examples/demo/hw/kbd_map.h.


Define Documentation

#define K_REPEAT   BV(14)

This is a repeated keyevent.

Definition at line 62 of file examples/demo/hw/kbd_map.h.

#define K_TIMEOUT   BV(15)

Fake key event for timeouts.

Definition at line 63 of file examples/demo/hw/kbd_map.h.