X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fhw%2Fkbd_map.h;h=d19ab81ef2049224f43c28d7975fa7e66da5fcc5;hb=b9e1e52093d33494bf4a8ca27c14a56a25b6e0bc;hp=15e4f083d929eeabc564991d6e05b46721880594;hpb=b46f64914c62fbb0297728280478681659469654;p=bertos.git diff --git a/boards/stm32-p103/hw/kbd_map.h b/boards/stm32-p103/hw/kbd_map.h index 15e4f083..d19ab81e 100644 --- a/boards/stm32-p103/hw/kbd_map.h +++ b/boards/stm32-p103/hw/kbd_map.h @@ -26,16 +26,13 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernie Innocenti - * All Rights Reserved. - * --> + * Copyright 2010 Develer S.r.l. (http://www.develer.com/) * - * \brief Keyboard map definitions. + * --> * + * \author Andrea Righi * - * \author Francesco Sacchi - * \author Stefano Fedrigo + * \brief Keyboard map definitions for the STM32-P103 evaluation board */ #ifndef HW_KBD_MAP_H @@ -43,9 +40,6 @@ #include -#warning TODO:This is an example implentation, you must implement it! - - /** * Type for keyboard mask. */ @@ -55,10 +49,7 @@ typedef uint16_t keymask_t; * \name Keycodes. */ /*@{*/ -#define K_UP BV(0) -#define K_DOWN BV(1) -#define K_OK BV(2) -#define K_CANCEL BV(3) +#define K_WAKEUP BV(0) #define K_REPEAT BV(13) /**< This is a repeated keyevent. */ #define K_TIMEOUT BV(14) /**< Fake key event for timeouts. */