summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr
Commit message (Expand)AuthorAgeFilesLines
* add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755)Takeshi ISHII2021-08-241-1/+3
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-0/+21
* Unify behaviour of wait on AVR (#14025)Joel Challis2021-08-161-2/+20
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-061-0/+0
|\
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-061-0/+0
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-0/+20
|\|
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-241-0/+20
| * 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-292-0/+50
* | Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott2021-06-091-0/+19
* | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754)Takeshi ISHII2021-06-071-0/+15
* | Add missing LED Matrix suspend code to suspend.c (#12878)Drashna Jaelre2021-05-131-0/+7
* | [CI] Format code according to conventions (#12731)github-actions[bot]2021-04-291-2/+2
* | Change RGB/LED Matrix to use a simple define for USB suspend (#12697)Drashna Jaelre2021-04-291-0/+7
* | LED Matrix: suspend code (#12509)Ryan2021-04-131-0/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-3/+3
|\|
| * Fix USER_PRINT on avr/atsam (#12269)Joel Challis2021-03-251-3/+3
* | Move gpio wait logic to wait.h (#12067)Joel Challis2021-03-101-0/+29
* | Split RGB Matrix (#11055)XScorpion22021-03-031-0/+4
|/
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-02-253-53/+66
|\
| * V-USB suspend refactor (#11891)Ryan2021-02-253-55/+67
* | Merge branch 'master' into developJoshua Diamond2021-02-143-0/+184
|\|
| * Split gpio and atomic to platform (#11792)Joel Challis2021-02-143-0/+184
* | Format code according to conventions (#11905)github-actions[bot]2021-02-151-4/+4
* | Refactor platform logic within print.h (#11863)Joel Challis2021-02-143-0/+55
* | Address wake from sleep instability (#11450)Joshua Diamond2021-02-021-1/+0
* | Stop sounds when suspended (#11553)Joshua Diamond2021-02-011-2/+2
* | `qmk cformat`Nick Brassel2021-01-171-4/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-111-14/+2
|\|
| * Lighting Layers should be disabled when suspended (#11442)Joshua Diamond2021-01-111-14/+2
* | Set avr's bootloader_jump function to be weak (#11418)Dasky2021-01-041-1/+1
|/
* Remove useless wait in AVR suspend code (#11352)Ryan2020-12-301-3/+0
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-281-3/+1
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-263-12/+3
* adds support for the atmega328 (#9043)itsnoteasy2020-06-101-1/+1
* format code according to conventions [skip ci]QMK Bot2020-04-021-4/+4
* Initial support for ATtiny85 (#8632)Joel Challis2020-04-022-7/+14
* Enable SLEEP_LED on ATmega32A (#8531)Joel Challis2020-03-261-9/+32
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-102-38/+17
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* Banish some more magic numbers (#6662)fauxpark2019-09-072-19/+13
* clang-format changesskullY2019-08-307-354/+361
* Have clang ignore the code in bootloader_size.cskullY2019-08-301-1/+2
* Usbasploader bootloader option addition (#6304)yiancar2019-07-151-34/+43
* Make sure NOBITS is set on reset_keyDanny Nguyen2019-04-191-1/+1
* Next set of split_common changes (#4974)James Churchill2019-03-121-9/+0
* Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre2019-02-141-14/+14
* Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-25/+32
* Fix RGBLIGHT_SLEEP function (#4865)Drashna Jaelre2019-01-251-17/+30
* Zeal60/Zeal65/M60-A implementation (#3879)Wilba65822018-09-131-16/+21
* rgblight.[ch] more configurable (#3582)Takeshi ISHII2018-09-131-0/+1