summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam/main_arm_atsam.c
Commit message (Expand)AuthorAgeFilesLines
* tmk_core: remove direct `quantum.h` includes (#21465)Ryan2023-07-071-1/+0
* Refactor `send_extra` (#18615)Ryan2022-10-061-5/+4
* Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249)Ryan2022-09-021-2/+2
* Simplify extrakeys sending at the host driver level (#18230)Ryan2022-09-021-15/+2
* Fix use of ISSI driver config before init (#16493)Joel Challis2022-03-031-2/+0
* Format code according to conventions (#16322)QMK Bot2022-02-121-55/+58
* Add support for deferred executors. (#14859)Nick Brassel2021-11-151-0/+9
* Initial USB2422 driver (#14835)Joel Challis2021-10-221-2/+2
* Fixup atsam builds. (#14052)Nick Brassel2021-08-181-1/+1
* Migrate arm_atsam print logic to use common framework (#13554)Joel Challis2021-07-161-0/+54
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-0/+3
* Format code according to conventions (#11905)github-actions[bot]2021-02-151-1/+0
* Remove duplicated housekeeping in arm_atsam (#11672)Gentoli2021-01-241-3/+0
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+4
* format code according to conventions [skip ci]QMK Bot2020-03-261-3/+1
* Add RawHID support to ATSAM (Massdrop boards) (#8530)foxx13372020-03-261-0/+9
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-251-1/+0
* format code according to conventions [skip ci]QMK Bot2020-02-021-1/+1
* Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)fauxpark2020-02-021-16/+10
* clang-format changesskullY2019-08-301-105/+80
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-031-10/+6
* Update to arm_atsam wait and timer routinespatrickmt2019-01-071-9/+9
* Bringing Massdrop keyboard hardware configuration to keyboard level (#4593)patrickmt2018-12-101-5/+9
* USB Suspend for arm_atsam protocolpatrickmt2018-11-021-29/+51
* Fix CTRL/ALT keyboard does not wake computer from sleeppatrickmt2018-11-021-11/+19
* Massdrop keyboards console device support for hid_listenpatrickmt2018-10-101-5/+7
* Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Aut...patrickmt2018-09-281-58/+78
* CTRL and ALT updatespatrickmt2018-09-051-1/+6
* Massdrop keyboard support (#3780)patrickmt2018-08-291-0/+279