diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-06-22 23:58:20 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-06-22 23:58:20 +0200 |
commit | 0aa7b8871e4909de2d1d16add65d617c97df0feb (patch) | |
tree | 980ab86d747628ddf3be074f6309b9e97e2b49e7 /hid-dials/Inc | |
parent | e81e214e025421e99c8a8795f644ce9b76a5784f (diff) | |
download | minikbd-0aa7b8871e4909de2d1d16add65d617c97df0feb.tar.gz minikbd-0aa7b8871e4909de2d1d16add65d617c97df0feb.tar.bz2 minikbd-0aa7b8871e4909de2d1d16add65d617c97df0feb.zip |
Initial minikbd mod
Diffstat (limited to 'hid-dials/Inc')
-rw-r--r-- | hid-dials/Inc/usbd_hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid-dials/Inc/usbd_hid.h b/hid-dials/Inc/usbd_hid.h index 4bf5e34..fa2f0a2 100644 --- a/hid-dials/Inc/usbd_hid.h +++ b/hid-dials/Inc/usbd_hid.h @@ -95,7 +95,7 @@ -#define HID_REPORT_DESC_SIZE (47+HID_MEDIA_SIZE+HID_LED_SIZE) +#define HID_REPORT_DESC_SIZE 104 #define HID_DESCRIPTOR_TYPE 0x21 |