summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-2/+2
2024-09-02Remove `arm_atsam` platform (#24337)Joel Challis1-2/+0
2024-02-28[Core] Refactor ChibiOS USB endpoints to be fully async (#21656)Stefan Kerkmann1-0/+2
2024-01-09Remove console out endpoint (#22304)Joel Challis1-14/+0
2023-09-25[Core] Bump mouse endpoint packet size to 16 bytes (#21711)Stefan Kerkmann1-1/+1
2022-12-09Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov1-1/+1
2022-11-27Joystick feature improvements (#19052)Ryan1-2/+6
2022-10-13Fix joystick functionality for ChibiOS and OTG (Blackpill) (#18631)Ryan1-11/+2
2022-08-04[Core] `STM32_USB_USE_OTG1` => `USB_ENDPOINTS_ARE_REORDERABLE` (#17647)Nick Brassel1-6/+9
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+1
2021-08-18Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol1-1/+26
2021-01-01Manually run formatting CI process (#11375)Joel Challis1-3/+3
2020-12-26Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan1-3/+2
2020-12-17Run cformat and dos2unix manually (#11235)Ryan1-26/+26
2020-12-11Normalise include statements in core code (#11153)Ryan1-1/+1
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-0/+20
2020-10-27Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930)Sergey Vlasov1-2/+8
2020-08-29Hid joystick interface (#4226)a-chol1-0/+15
2020-08-29Various tidyups for USB descriptor code (#9005)Ryan1-5/+0
2019-10-08Reorder Raw HID interface to match what the USB spec expects (#6801)fauxpark1-8/+8
2019-08-30clang-format changesskullY1-125/+125
2019-08-30LUFA USB descriptor cleanup (#4871)fauxpark1-170/+177
2018-11-15Use a single endpoint for HID reports (#3951)James Laird-Wah1-102/+68
2018-04-11Tabs to spaces in usb_descriptor.hfauxpark1-17/+17
2018-02-12Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32Fred Sundvik1-1/+1
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-0/+280