summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam
AgeCommit message (Expand)AuthorFilesLines
2024-09-02Remove `arm_atsam` platform (#24337)Joel Challis56-16281/+0
2024-08-13Fix NKRO and Mouse Emulation on arm_atsam (#23945)Izumemori1-1/+17
2024-02-18Update GPIO macro usages in core (#23093)Ryan2-16/+16
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan1-29/+30
2023-09-25[Core] Bump mouse endpoint packet size to 16 bytes (#21711)Stefan Kerkmann1-1/+1
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan3-0/+4
2023-07-07tmk_core: remove direct `quantum.h` includes (#21465)Ryan4-7/+4
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan1-7/+7
2023-06-22Move protocol makefiles into their respective folders (#21332)Ryan1-0/+31
2022-11-27Joystick feature improvements (#19052)Ryan1-12/+12
2022-10-06Refactor `send_extra` (#18615)Ryan4-42/+11
2022-09-02Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249)Ryan1-2/+2
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan1-15/+2
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler1-1/+1
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre1-1/+1
2022-03-03Fix use of ISSI driver config before init (#16493)Joel Challis3-2/+9
2022-02-21Format code according to conventions (#16421)QMK Bot3-289/+288
2022-02-12Format code according to conventions (#16322)QMK Bot51-909/+1076
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan4-27/+9
2021-11-15Add support for deferred executors. (#14859)Nick Brassel1-0/+9
2021-11-02Add support to persist MD LED framework settings (#14980)Joel Challis2-31/+84
2021-10-29Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu2-4/+65
2021-10-22Initial USB2422 driver (#14835)Joel Challis7-497/+88
2021-10-22Split out arm_atsam shift register logic (#14848)Joel Challis6-116/+278
2021-08-18Fixup atsam builds. (#14052)Nick Brassel1-1/+1
2021-08-18Fix Indicator LED issues (#12097)50an6xy06r6n2-3/+3
2021-07-28Allow for higher USB Polling rate on ATSAM boards (#13755)Drashna Jaelre1-3/+7
2021-07-16Migrate arm_atsam print logic to use common framework (#13554)Joel Challis1-0/+54
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young1-0/+3
2021-02-26Format code according to conventions (#12024)github-actions[bot]2-42/+42
2021-02-26[BUG] Massdrop develop rgb fix (#12022)Nick Brassel2-5/+9
2021-02-15Format code according to conventions (#11905)github-actions[bot]1-1/+0
2021-02-07Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis1-1/+1
2021-01-24Remove duplicated housekeeping in arm_atsam (#11672)Gentoli1-3/+0
2021-01-15Merge remote-tracking branch 'upstream/master' into developfauxpark1-1/+1
2021-01-15arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan1-1/+1
2021-01-01Merge remote-tracking branch 'upstream/master' into developfauxpark1-1/+1
2021-01-01Manually run formatting CI process (#11375)Joel Challis1-1/+1
2020-12-18Merge remote-tracking branch 'upstream/master' into developfauxpark2-4/+4
2020-12-17Run cformat and dos2unix manually (#11235)Ryan2-4/+4
2020-12-06gcc 10 compatibility for Drop alt (#9485)Jesper Jensen2-2/+5
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young5-9/+13
2020-11-09Update massdrop/alt and arm_atsam/led_matrix to fix #10813 (#10818)Chris Merrill1-3/+5
2020-05-302020 May 30 Breaking Changes Update (#9215)James Young1-1/+1
2020-05-25Fix capitalisation of "GitHub" (#9184)Ryan1-1/+1
2020-05-21Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel1-2/+3
2020-04-20Clean up ATSAM ifdefs (#8808)Ryan10-202/+418
2020-03-26format code according to conventions [skip ci]QMK Bot2-7/+3
2020-03-26Add RawHID support to ATSAM (Massdrop boards) (#8530)foxx13376-1/+47