X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kbd.h;h=92aa272dfbea8777ffd0da54ab588cede79b6d41;hb=e5dbc5ca1aa5b9dcdacd0b736ee40c15546fcee0;hp=f02ac36ae6bdd4927b37d2c46a823ee1bcc3ad2e;hpb=c5478437ae3b87dd00978e2644d635559e0a1f92;p=bertos.git diff --git a/bertos/cfg/cfg_kbd.h b/bertos/cfg/cfg_kbd.h index f02ac36a..92aa272d 100644 --- a/bertos/cfg/cfg_kbd.h +++ b/bertos/cfg/cfg_kbd.h @@ -32,7 +32,6 @@ * * \brief Configuration file for keyboard module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,19 +39,19 @@ #ifndef CFG_KBD_H #define CFG_KBD_H -/// Keyboard polling method +/// Keyboard polling method. $WIZ$ supports = "False" #define CONFIG_KBD_POLL KBD_POLL_SOFTINT -/// Enable keyboard event delivery to observers +/// Enable keyboard event delivery to observers. $WIZ$ type = "boolean" #define CONFIG_KBD_OBSERVER 0 -/// Enable key beeps -#define CONFIG_KBD_BEEP 1 +/// Enable key beeps. $WIZ$ type = "boolean" +#define CONFIG_KBD_BEEP 0 -/// Enable long pression handler for keys +/// Enable long pression handler for keys. $WIZ$ type = "boolean" #define CONFIG_KBD_LONGPRESS 0 -/// Enable calling poor man's scheduler to be called inside kbd_peek +/// Enable calling poor man's scheduler to be called inside kbd_peek. $WIZ$ type = "boolean" #define CONFIG_KBD_SCHED 0 #endif /* CFG_KBD_H */