X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Flpc2378%2Fcfg%2Fcfg_kbd.h;fp=examples%2Flpc2378%2Fcfg%2Fcfg_kbd.h;h=0000000000000000000000000000000000000000;hb=ccd15e30330f168e9c48aab01b8efb81e4b39998;hp=97403c1f2a9bf9086505866efe6abfa6687e75e9;hpb=391b4f8d9c82c413f2cd11fb3ba3aeb311f62184;p=bertos.git diff --git a/examples/lpc2378/cfg/cfg_kbd.h b/examples/lpc2378/cfg/cfg_kbd.h deleted file mode 100644 index 97403c1f..00000000 --- a/examples/lpc2378/cfg/cfg_kbd.h +++ /dev/null @@ -1,59 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for keyboard module. - * - * \version $Id: cfg_kbd.h 2936 2009-09-14 16:19:13Z asterix $ - * - * \author Daniele Basile - */ - -#ifndef CFG_KBD_H -#define CFG_KBD_H - -/// Keyboard polling method. $WIZ$ supports = "False" -#define CONFIG_KBD_POLL KBD_POLL_SOFTINT - -/// Enable keyboard event delivery to observers. $WIZ$ type = "boolean" -#define CONFIG_KBD_OBSERVER 0 - -/// Enable key beeps. $WIZ$ type = "boolean" -#define CONFIG_KBD_BEEP 0 - -/// 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. $WIZ$ type = "boolean" -#define CONFIG_KBD_SCHED 0 - -#endif /* CFG_KBD_H */ -