Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Fix hi-res scrolling compilation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Dec 4, 2024
1 parent 3ee3854 commit 317a739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions right/src/usb_descriptors/usb_descriptor_mouse_report.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

// Variables:

#ifndef __ZEPHYR__

static USB_DESC_STORAGE_TYPE(uint8_t) UsbMouseReportDescriptor[] = {
HID_RI_USAGE_PAGE(8, HID_RI_USAGE_PAGE_GENERIC_DESKTOP),
HID_RI_USAGE(8, HID_RI_USAGE_GENERIC_DESKTOP_MOUSE),
Expand Down Expand Up @@ -106,3 +108,5 @@
};

#endif

#endif

0 comments on commit 317a739

Please sign in to comment.