Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

Commit

Permalink
masked x and y axis, version is set to 2.06 (don't ask)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotsrulz committed Oct 4, 2016
1 parent c8c35a1 commit 8336750
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 3,305 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ __ALIGN_BEGIN static uint8_t HID_JOY_ReportDesc[HID_JOY_REPORT_DESC_SIZE] __ALI
0x05, 0x01, // USAGE_PAGE (Generic Desktop) + 24 bytes
0x09, 0x01, // USAGE (Pointer)
0xa1, 0x00, // COLLECTION (Physical)
0x09, 0x30, // USAGE (X)
0x09, 0x31, // USAGE (Y)
0x09, /* 0x30, */ 0x01, // USAGE (/* X */ Vendor usage 1)
0x09, /* 0x31, */ 0x02, // USAGE (/* Y */ Vendor usage 2)
0x09, 0x33, // USAGE (RX)
0x09, 0x34, // USAGE (RY)
0x09, 0x35, // USAGE (RZ)
Expand Down
2 changes: 1 addition & 1 deletion Src/usbd_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ __ALIGN_BEGIN uint8_t USBD_FS_DeviceDesc[USB_LEN_DEV_DESC] __ALIGN_END =
HIBYTE(USBD_VID), /*idVendor*/
LOBYTE(USBD_PID_FS), /*idVendor*/
HIBYTE(USBD_PID_FS), /*idVendor*/
0x00, /*bcdDevice rel. 2.00*/
0x06, /*bcdDevice rel. 2.00*/
0x02,
USBD_IDX_MFC_STR, /*Index of manufacturer string*/
USBD_IDX_PRODUCT_STR, /*Index of product string*/
Expand Down
Binary file removed binaries/hse-calibration-flash-1.2.dfu
Binary file not shown.
1,096 changes: 0 additions & 1,096 deletions binaries/hse-calibration-flash-1.2.hex

This file was deleted.

Binary file removed binaries/hse-complementary-1.3.dfu
Binary file not shown.
1,102 changes: 0 additions & 1,102 deletions binaries/hse-complementary-1.3.hex

This file was deleted.

Binary file removed binaries/hse-gear-check-1.4.dfu
Binary file not shown.
1,102 changes: 0 additions & 1,102 deletions binaries/hse-gear-check-1.4.hex

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@
:1043E800950F8102950175018101A100099009913C
:1043F80009930992150025013500450175019504B9
:104408008102C095017504810105010901A1000916
:10441800300931093309340935150026FF0F7510A5
:10441800010902093309340935150026FF0F751003
:1044280095058102C085020901751095059182855F
:10443800030902751095058182C000000921110148
:104448000001226E000000000A0600020000004081
Expand All @@ -1101,6 +1101,6 @@
:1044980000080000F5410008014200080D4200082C
:1044A8002942000845420008614200087D42000890
:1044B80004030904120100020000004009120DF073
:0844C8000002010203010000E3
:0844C8000602010203010000DD
:04000005080002618C
:00000001FF

0 comments on commit 8336750

Please sign in to comment.