summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add support for 8 buttons to mouse report (#10807)Drashna Jaelre2021-01-282-15/+7
* Remove duplicated housekeeping in arm_atsam (#11672)Gentoli2021-01-241-3/+0
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-154-33/+27
|\
| * Adafruit BLE cleanups (#11556)Ryan2021-01-153-32/+26
| * arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan2021-01-151-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-112-40/+104
|\|
| * Add support for shared EP on V-USB boards (#11103)Ryan2021-01-112-40/+104
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-013-11/+11
|\|
| * Manually run formatting CI process (#11375)Joel Challis2021-01-013-11/+11
* | Update ADB impelemtation in TMK Core (#11168)siggie08152020-12-292-85/+229
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-271-1/+0
|\|
| * Ensure single newline at EOF for core files (#11310)Ryan2020-12-281-1/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-2621-104/+46
|\|
| * Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-2621-104/+46
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-221-3/+2
|\|
| * V-USB: Fix initial dropped keypress (#11263)Ryan2020-12-231-3/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-211-1/+1
|\|
| * Fix small typo in V-USB configuration descriptor (#11253)Ryan2020-12-211-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2020-12-184-141/+141
|\|
| * Run cformat and dos2unix manually (#11235)Ryan2020-12-174-141/+141
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-162-3/+3
|\|
| * Normalise include statements in keyboard code (#11185)Ryan2020-12-162-3/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-118-11/+11
|\|
| * Normalise include statements in core code (#11153)Ryan2020-12-118-11/+11
* | gcc 10 compatibility for Drop alt (#9485)Jesper Jensen2020-12-062-2/+5
|/
* Omit serial number if not defined (#11104)Ryan2020-12-052-8/+16
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-2813-14/+152
* Update massdrop/alt and arm_atsam/led_matrix to fix #10813 (#10818)Chris Merrill2020-11-091-3/+5
* Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930)Sergey Vlasov2020-10-271-2/+8
* format code according to conventions [skip ci]QMK Bot2020-08-293-26/+34
* Remove support for Adafruit EZ-Key (#10103)Ryan2020-08-294-187/+64
* More Bluetooth refactoring (#9905)Ryan2020-08-294-19/+29
* Update vusb to match 3rd endpoint. (#9020)yiancar2020-08-292-12/+26
* Fix joystick compile issues (#9949)Ryan2020-08-291-1/+3
* Hid joystick interface (#4226)a-chol2020-08-294-1/+261
* Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ...Nick Brassel2020-08-291-0/+1
* Change analogRead calls to analogReadPin (#9023)Ryan2020-08-291-2/+2
* `qmk cformat` on `develop` (#9501)Nick Brassel2020-08-292-5/+3
* Don't compile outputselect.c if Bluetooth is disabled (#9356)Ryan2020-08-292-16/+21
* Additional cleanups for V-USB code (#9310)Ryan2020-08-294-112/+53
* Convert `CONSUMER2BLUEFRUIT()` and `CONSUMER2RN42()` macros to static inline ...Ryan2020-08-292-26/+74
* Various tidyups for USB descriptor code (#9005)Ryan2020-08-296-91/+80
* Remove iWRAP protocol (#9284)Ryan2020-08-2910-1975/+0
* Remove `DESCRIPTION` (#9732)Ryan2020-07-163-248/+0
* Add movement hook to ps2_mouse (#8805)Manna Harbour2020-07-022-0/+8
* Fixing MIDI for ARM without NKRO enabled (#9466)AlexOConnorHub2020-06-221-0/+1
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-3032-7422/+45
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-251-1/+1
* Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel2020-05-214-7/+41
* V-USB Interface reorder (#9090)yiancar2020-05-142-73/+79