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 800554eb8f..9b559cb181 100644 --- a/common/action.h +++ b/common/action.h @@ -323,7 +323,7 @@ enum usage_pages { /* Function */ enum function_opts { - FUNC_TAP = 0x8, + FUNC_TAP = 0x8, /* indciates function is tappable */ }; #define ACTION_FUNCTION(id, opt) ACTION(ACT_FUNCTION, (opt)<<8 | id) #define ACTION_FUNCTION_TAP(id) ACTION(ACT_FUNCTION, FUNC_TAP<<8 | id) |