examples/benchmark/kernel-core_avr/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(13) |
| This is a repeated keyevent. | |
| #define | K_TIMEOUT BV(14) |
| Fake key event for timeouts. | |
| #define | K_LONG BV(15) |
Typedefs | |
| typedef uint16_t | keymask_t |
| Type for keyboard mask. | |
Detailed Description
Keyboard map definitions.
- Version:
- Id
- kbd_map.h 2927 2009-09-10 13:06:04Z lottaviano
Definition in file examples/benchmark/kernel-core_avr/hw/kbd_map.h.
Define Documentation
| #define K_REPEAT BV(13) |
This is a repeated keyevent.
Definition at line 64 of file examples/benchmark/kernel-core_avr/hw/kbd_map.h.
| #define K_TIMEOUT BV(14) |
Fake key event for timeouts.
Definition at line 65 of file examples/benchmark/kernel-core_avr/hw/kbd_map.h.
