BeRTOS
Defines
cfg_kbd.h File Reference

Configuration file for keyboard module. More...

Go to the source code of this file.

Defines

#define CONFIG_KBD_POLL   KBD_POLL_SOFTINT
 Keyboard polling method.
#define CONFIG_KBD_OBSERVER   0
 Enable keyboard event delivery to observers.
#define CONFIG_KBD_BEEP   0
 Enable key beeps.
#define CONFIG_KBD_LONGPRESS   0
 Enable long pression handler for keys.
#define CONFIG_KBD_SCHED   0
 Enable calling poor man's scheduler to be called inside kbd_peek.

Detailed Description

Configuration file for keyboard module.

Author:
Daniele Basile <asterix@develer.com>

Definition in file cfg_kbd.h.