diff options
Diffstat (limited to 'common/action.h')
| -rw-r--r-- | common/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action.h b/common/action.h index 800554eb8..9b559cb18 100644 --- a/common/action.h +++ b/common/action.h | |||
| @@ -323,7 +323,7 @@ enum usage_pages { | |||
| 323 | 323 | ||
| 324 | /* Function */ | 324 | /* Function */ |
| 325 | enum function_opts { | 325 | enum function_opts { |
| 326 | FUNC_TAP = 0x8, | 326 | FUNC_TAP = 0x8, /* indciates function is tappable */ |
| 327 | }; | 327 | }; |
| 328 | #define ACTION_FUNCTION(id, opt) ACTION(ACT_FUNCTION, (opt)<<8 | id) | 328 | #define ACTION_FUNCTION(id, opt) ACTION(ACT_FUNCTION, (opt)<<8 | id) |
| 329 | #define ACTION_FUNCTION_TAP(id) ACTION(ACT_FUNCTION, FUNC_TAP<<8 | id) | 329 | #define ACTION_FUNCTION_TAP(id) ACTION(ACT_FUNCTION, FUNC_TAP<<8 | id) |
