summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam
AgeCommit message (Expand)Author
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-09-25[Core] Bump mouse endpoint packet size to 16 bytes (#21711)Stefan Kerkmann
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-07-07tmk_core: remove direct `quantum.h` includes (#21465)Ryan
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan
2023-06-22Move protocol makefiles into their respective folders (#21332)Ryan
2022-11-27Joystick feature improvements (#19052)Ryan
2022-10-06Refactor `send_extra` (#18615)Ryan
2022-09-02Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249)Ryan
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
2022-03-03Fix use of ISSI driver config before init (#16493)Joel Challis
2022-02-21Format code according to conventions (#16421)QMK Bot
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
2021-11-15Add support for deferred executors. (#14859)Nick Brassel
2021-11-02Add support to persist MD LED framework settings (#14980)Joel Challis
2021-10-29Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu
2021-10-22Initial USB2422 driver (#14835)Joel Challis
2021-10-22Split out arm_atsam shift register logic (#14848)Joel Challis
2021-08-18Fixup atsam builds. (#14052)Nick Brassel
2021-08-18Fix Indicator LED issues (#12097)50an6xy06r6n
2021-07-28Allow for higher USB Polling rate on ATSAM boards (#13755)Drashna Jaelre
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-02-26Format code according to conventions (#12024)github-actions[bot]
2021-02-26[BUG] Massdrop develop rgb fix (#12022)Nick Brassel
2021-02-15Format code according to conventions (#11905)github-actions[bot]
2021-02-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis
2021-01-24Remove duplicated housekeeping in arm_atsam (#11672)Gentoli
2021-01-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-15arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan
2021-01-01Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-01Manually run formatting CI process (#11375)Joel Challis
2020-12-18Merge remote-tracking branch 'upstream/master' into developfauxpark
2020-12-17Run cformat and dos2unix manually (#11235)Ryan
2020-12-06gcc 10 compatibility for Drop alt (#9485)Jesper Jensen
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-11-09Update massdrop/alt and arm_atsam/led_matrix to fix #10813 (#10818)Chris Merrill
2020-05-302020 May 30 Breaking Changes Update (#9215)James Young
2020-05-25Fix capitalisation of "GitHub" (#9184)Ryan
2020-05-21Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel
2020-04-20Clean up ATSAM ifdefs (#8808)Ryan
2020-03-26format code according to conventions [skip ci]QMK Bot
2020-03-26Add RawHID support to ATSAM (Massdrop boards) (#8530)foxx1337
2020-02-25Improvements to extrakey HID descriptors (#8156)Ryan
2020-02-02format code according to conventions [skip ci]QMK Bot
2020-02-02Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)fauxpark