examples/demo/cfg/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 1 |
| Enable key beeps. | |
| #define | CONFIG_KBD_LONGPRESS 0 |
| Enable long pression handler for keys. | |
| #define | CONFIG_KBD_SCHED 1 |
| Enable calling poor man's scheduler to be called inside kbd_peek. | |
Detailed Description
Configuration file for keyboard module.
- Version:
- Id
- cfg_kbd.h 1932 2008-11-12 21:41:39Z batt
Definition in file examples/demo/cfg/cfg_kbd.h.
