4 * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/)
5 * Copyright 2000 Bernardo Innocenti
9 * \brief Keyboard map definitions.
13 * \author Francesco Sacchi <batt@develer.com>
14 * \author Stefano Fedrigo <a@develer.com>
19 *#* Revision 1.1 2006/02/10 12:31:03 bernie
20 *#* Add templates for hw definitions.
27 #include <cfg/macros.h>
31 * Type for keyboard mask.
33 typedef uint16_t keymask_t;
42 #define K_CANCEL BV(3)
44 #define K_REPEAT BV(14) /*!< This is a repeated keyevent. */
45 #define K_TIMEOUT BV(15) /*!< Fake key event for timeouts. */
49 #endif /* HW_KBD_MAP_H */