kbd_map.h

Go to the documentation of this file.
00001 
00042 /*#*
00043  *#* $Log$
00044  *#* Revision 1.2  2006/07/19 12:56:27  bernie
00045  *#* Convert to new Doxygen style.
00046  *#*
00047  *#* Revision 1.1  2006/02/10 12:31:03  bernie
00048  *#* Add templates for hw definitions.
00049  *#*
00050  *#*/
00051 
00052 #ifndef HW_KBD_MAP_H
00053 #define HW_KBD_MAP_H
00054 
00055 #include <cfg/macros.h>
00056 
00057 
00061 typedef uint16_t keymask_t;
00062 
00067 #define K_UP       BV(0)
00068 #define K_DOWN     BV(1)
00069 #define K_OK       BV(2)
00070 #define K_CANCEL   BV(3)
00071 
00072 #define K_REPEAT   BV(14) 
00073 #define K_TIMEOUT  BV(15) 
00075 
00076 
00077 #endif /* HW_KBD_MAP_H */