summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/usb_descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov2022-12-091-1/+1
* Joystick feature improvements (#19052)Ryan2022-11-271-2/+6
* Fix joystick functionality for ChibiOS and OTG (Blackpill) (#18631)Ryan2022-10-131-11/+2
* [Core] `STM32_USB_USE_OTG1` => `USB_ENDPOINTS_ARE_REORDERABLE` (#17647)Nick Brassel2022-08-041-6/+9
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+1
* Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol2021-08-181-1/+26
* Manually run formatting CI process (#11375)Joel Challis2021-01-011-3/+3
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-261-3/+2
* Run cformat and dos2unix manually (#11235)Ryan2020-12-171-26/+26
* Normalise include statements in core code (#11153)Ryan2020-12-111-1/+1
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+20
* Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930)Sergey Vlasov2020-10-271-2/+8
* Hid joystick interface (#4226)a-chol2020-08-291-0/+15
* Various tidyups for USB descriptor code (#9005)Ryan2020-08-291-5/+0
* Reorder Raw HID interface to match what the USB spec expects (#6801)fauxpark2019-10-081-8/+8
* clang-format changesskullY2019-08-301-125/+125
* LUFA USB descriptor cleanup (#4871)fauxpark2019-08-301-170/+177
* Use a single endpoint for HID reports (#3951)James Laird-Wah2018-11-151-102/+68
* Tabs to spaces in usb_descriptor.hfauxpark2018-04-111-17/+17
* Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32Fred Sundvik2018-02-121-1/+1
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-081-0/+280