Add at91sam7x bertos example.
[bertos.git] / bertos / hw / kbd_map.h
index 564a3452b1a9247d0f9008feda1acfcc92b7d5f4..bfe9e9961a0c6ef952280c5587d770a9deca1a2f 100644 (file)
@@ -63,7 +63,9 @@ typedef uint16_t keymask_t;
 
 #define K_REPEAT   BV(14) /**< This is a repeated keyevent. */
 #define K_TIMEOUT  BV(15) /**< Fake key event for timeouts. */
+#define K_LONG     BV(16)
 /*@}*/
 
+#define K_LNG_MASK 0
 
 #endif /* HW_KBD_MAP_H */