lm3s1968: improve the example with GUI enhancements, keypad driver and menu.
[bertos.git] / examples / lm3s1968 / hw / kbd_map.h
index a8efc919c8d42de64bdb78bcb6642d132580b74c..20b95ea0afd6b6556e6b37ff81cd1310e398ea03 100644 (file)
@@ -58,6 +58,7 @@ typedef uint16_t keymask_t;
 #define K_LEFT     BV(5)
 #define K_RIGHT    BV(6)
 #define K_OK       BV(7)
+#define K_CANCEL   BV(8)
 
 #define K_REPEAT   BV(13) /**< This is a repeated keyevent. */
 #define K_TIMEOUT  BV(14) /**< Fake key event for timeouts. */