summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam
Commit message (Expand)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-163-0/+4
* tmk_core: remove direct `quantum.h` includes (#21465)Ryan2023-07-074-7/+4
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-7/+7
* Move protocol makefiles into their respective folders (#21332)Ryan2023-06-221-0/+31
* Joystick feature improvements (#19052)Ryan2022-11-271-12/+12
* Refactor `send_extra` (#18615)Ryan2022-10-064-42/+11
* 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
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-1/+1
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
* Fix use of ISSI driver config before init (#16493)Joel Challis2022-03-033-2/+9
* Format code according to conventions (#16421)QMK Bot2022-02-213-289/+288
* Format code according to conventions (#16322)QMK Bot2022-02-1251-909/+1076
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-274-27/+9
* Add support for deferred executors. (#14859)Nick Brassel2021-11-151-0/+9
* Add support to persist MD LED framework settings (#14980)Joel Challis2021-11-022-31/+84
* Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu2021-10-292-4/+65
* Initial USB2422 driver (#14835)Joel Challis2021-10-227-497/+88
* Split out arm_atsam shift register logic (#14848)Joel Challis2021-10-226-116/+278
* Fixup atsam builds. (#14052)Nick Brassel2021-08-181-1/+1
* Fix Indicator LED issues (#12097)50an6xy06r6n2021-08-182-3/+3
* Allow for higher USB Polling rate on ATSAM boards (#13755)Drashna Jaelre2021-07-281-3/+7
* 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 (#12024)github-actions[bot]2021-02-262-42/+42
* [BUG] Massdrop develop rgb fix (#12022)Nick Brassel2021-02-262-5/+9
* Format code according to conventions (#11905)github-actions[bot]2021-02-151-1/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-071-1/+1
|\
| * Migrate some tmk_core files to quantum (#11791)Joel Challis2021-02-071-1/+1
* | Remove duplicated housekeeping in arm_atsam (#11672)Gentoli2021-01-241-3/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-151-1/+1
|\|
| * arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan2021-01-151-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-011-1/+1
|\|
| * Manually run formatting CI process (#11375)Joel Challis2021-01-011-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2020-12-182-4/+4
|\|
| * Run cformat and dos2unix manually (#11235)Ryan2020-12-172-4/+4
* | gcc 10 compatibility for Drop alt (#9485)Jesper Jensen2020-12-062-2/+5
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-285-9/+13
* Update massdrop/alt and arm_atsam/led_matrix to fix #10813 (#10818)Chris Merrill2020-11-091-3/+5
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-1/+1
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-251-1/+1
* Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel2020-05-211-2/+3
* Clean up ATSAM ifdefs (#8808)Ryan2020-04-2010-202/+418
* format code according to conventions [skip ci]QMK Bot2020-03-262-7/+3
* Add RawHID support to ATSAM (Massdrop boards) (#8530)foxx13372020-03-266-1/+47
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-253-27/+20
* 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
* format code according to conventions [skip ci]QMK Bot2020-02-021-19/+27
* Align ATSAM HID descriptors with LUFA/ChibiOS (#7651)fauxpark2020-02-021-147/+154