X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=route.h;h=3530ef45a7ab948b86182b48dc9b7d815f26ee0b;hp=837aebd54b63cba9e662dd9fa79fac70d5051e73;hb=3ac6881c22bce18091f19b06958ac66016bf9a32;hpb=8994874d7bcb1eff9ee833fb22e4910cc365f456 diff --git a/route.h b/route.h index 837aebd..3530ef4 100644 --- a/route.h +++ b/route.h @@ -146,6 +146,7 @@ enum { /* defines when a statement should be executed */ #define PARAM_CONTEXT (1LL<<45) #define PARAM_EXTEN (1LL<<46) #define PARAM_ON (1LL<<47) +#define PARAM_KEYPAD (1LL<<48) /* action index * NOTE: The given index is the actual entry number of action_defs[], so add/remove both lists!!!