summaryrefslogtreecommitdiff
path: root/tmk_core/protocol
AgeCommit message (Expand)Author
2021-07-16Migrate arm_atsam print logic to use common framework (#13554)Joel Challis
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young
2021-04-25Format code according to conventions (#12681)github-actions[bot]
2021-04-25Fix how USB queue overflow is handled in chibios. (#12576)Purdea Andrei
2021-04-10Format code according to conventions (#12540)github-actions[bot]
2021-04-10ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472)Michael Stapelberg
2021-03-25Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)Ryan
2021-03-18[CI] Format code according to conventions (#12277)github-actions[bot]
2021-03-18XT converter cleanup (#12264)Ryan
2021-02-27Format code according to conventions (#12046)github-actions[bot]
2021-02-28Fix build for attiny85-based boards. (#12044)Nick Brassel
2021-02-26Format code according to conventions (#12024)github-actions[bot]
2021-02-26[BUG] Massdrop develop rgb fix (#12022)Nick Brassel
2021-02-25Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-02-25V-USB suspend refactor (#11891)Ryan
2021-02-20Output selection: Remove "USB and BT" option (#11940)Ryan
2021-02-15Format code according to conventions (#11905)github-actions[bot]
2021-02-14Refactor platform logic within print.h (#11863)Joel Challis
2021-02-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis
2021-02-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-06Manual formatting fix for serial_uart.c (#11806)Ryan
2021-02-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-06Serial refactor (#11521)Ryan
2021-02-02Address wake from sleep instability (#11450)Joshua Diamond
2021-02-01Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel
2021-01-28Add support for 8 buttons to mouse report (#10807)Drashna Jaelre
2021-01-24Remove duplicated housekeeping in arm_atsam (#11672)Gentoli
2021-01-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-15Adafruit BLE cleanups (#11556)Ryan
2021-01-15arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan
2021-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-11Add support for shared EP on V-USB boards (#11103)Ryan
2021-01-01Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-01Manually run formatting CI process (#11375)Joel Challis
2020-12-29Update ADB impelemtation in TMK Core (#11168)siggie0815
2020-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-12-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-26Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan
2020-12-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-23V-USB: Fix initial dropped keypress (#11263)Ryan
2020-12-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-21Fix small typo in V-USB configuration descriptor (#11253)Ryan
2020-12-18Merge remote-tracking branch 'upstream/master' into developfauxpark
2020-12-17Run cformat and dos2unix manually (#11235)Ryan
2020-12-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-16Normalise include statements in keyboard code (#11185)Ryan
2020-12-11Merge remote-tracking branch 'origin/master' into developQMK Bot