summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 39e3e09d73..24250ef869 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -287,6 +287,8 @@ enum {
287 ACTION_USB_HID_MOUSE_BUTTON_LEFT_REL, 287 ACTION_USB_HID_MOUSE_BUTTON_LEFT_REL,
288 ACTION_USB_HID_MOUSE_BUTTON_RIGHT, 288 ACTION_USB_HID_MOUSE_BUTTON_RIGHT,
289 ACTION_USB_HID_MOUSE_BUTTON_RIGHT_REL, 289 ACTION_USB_HID_MOUSE_BUTTON_RIGHT_REL,
290 ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP,
291 ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN,
290 ACTION_USB_HID_LAST, /* Place holder */ 292 ACTION_USB_HID_LAST, /* Place holder */
291 293
292 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */ 294 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */