summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor.c
AgeCommit message (Expand)Author
2022-03-25Remerge 0.16.x' into firmware21Drashna Jael're
2021-12-07Merge commit '6d0a62920410f50d7f6707960ca1ca0c8fd1d1fa' into firmware21Drashna Jael're
2021-11-29Change default USB Polling rate to 1kHz (#15352)Drashna Jaelre
2021-10-11Merge commit 'd9e077468ab3446cbd7306a453a73dad2c1403e8' into firmware_21Drashna Jael're
2021-09-16[Bug] fix logical minimum in Programmable Button rdesc (#14464)Thomas Weißschuh
2021-09-15[Bug] Fix descriptor for USB Programmable Buttons (#14455)Thomas Weißschuh
2021-09-15Add Support for USB programmable buttons (#12950)Thomas Weißschuh
2021-08-18Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol
2021-07-20fix: set usb version to 2.1.0 for webusbFlorian Didron
2021-07-16Use string literals for `SERIAL_NUMBER` (#13403)Ryan
2021-06-29Merge upstream QMK Firmware at '0.12.52~1'Drashna Jael're
2021-06-07core: bump USB spec version in device descriptor to 2.0 (#13078)Michael Stapelberg
2021-01-28Add support for 8 buttons to mouse report (#10807)Drashna Jaelre
2021-01-12Omit serial number if not defined (#11104)Ryan
2021-01-122020 November 28 Breaking Changes Update (#11053)James Young
2020-12-05Omit serial number if not defined (#11104)Ryan
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-09-30Hid joystick interface (#4226)a-chol
2020-09-30Various tidyups for USB descriptor code (#9005)Ryan
2020-08-29Hid joystick interface (#4226)a-chol
2020-08-29Various tidyups for USB descriptor code (#9005)Ryan
2020-06-12Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel
2020-05-21Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel
2020-03-26Improvements to extrakey HID descriptors (#8156)Ryan
2020-02-26Un-clang-format usb_descriptor.h (#7216)fauxpark
2020-02-25Improvements to extrakey HID descriptors (#8156)Ryan
2020-01-09Fixes #7256: USB descriptor to identify correctly as MIDI device. (#7258)Christopher
2019-12-06fix: only change usb vesion spec if webusb is enabledFlorian Didron
2019-12-06feat: adds pairing keyFlorian Didron
2019-12-06feat: adds webusbFlorian Didron
2019-11-04Un-clang-format usb_descriptor.h (#7216)fauxpark
2019-11-05Fixes #7256: USB descriptor to identify correctly as MIDI device. (#7258)Christopher
2019-11-04Reorder Raw HID interface to match what the USB spec expects (#6801)fauxpark
2019-10-08Reorder Raw HID interface to match what the USB spec expects (#6801)fauxpark
2019-09-26Make USB polling rate configurable with a define (#6668)fauxpark
2019-09-17clang-format changesskullY
2019-09-17Fix the LUFA lib to use a submodule instead of just files (#6245)Drashna Jaelre
2019-09-17LUFA USB descriptor cleanup (#4871)fauxpark
2019-09-06Make USB polling rate configurable with a define (#6668)fauxpark
2019-08-30clang-format changesskullY
2019-08-30Fix the LUFA lib to use a submodule instead of just files (#6245)Drashna Jaelre
2019-08-30LUFA USB descriptor cleanup (#4871)fauxpark
2018-11-15Use a single endpoint for HID reports (#3951)James Laird-Wah
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo