summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr/suspend.c
Commit message (Expand)AuthorAgeFilesLines
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-152/+0
* Move feature suspend logic out of platform specific code (#14210)Drashna Jaelre2021-08-301-96/+2
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-0/+21
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-02-251-27/+65
|\
| * V-USB suspend refactor (#11891)Ryan2021-02-251-29/+66
* | Address wake from sleep instability (#11450)Joshua Diamond2021-02-021-1/+0
* | Stop sounds when suspended (#11553)Joshua Diamond2021-02-011-2/+2
|/
* Lighting Layers should be disabled when suspended (#11442)Joshua Diamond2021-01-111-14/+2
* Remove useless wait in AVR suspend code (#11352)Ryan2020-12-301-3/+0
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-101-22/+0
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* clang-format changesskullY2019-08-301-91/+80
* 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
* Fix RG Sleep issues for Teensy ControllersDrashna Jaelre2018-09-111-0/+3
* Make sure that both RGBLIGHT_ENABLE is defined, for RGBLIGHT_SLEEPDrashna Jaelre2018-06-281-3/+3
* Add Suspend functions (#3112)Drashna Jaelre2018-06-031-0/+33
* Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Drashna Jaelre2018-05-291-2/+2
* Fix RGB Sleep codeU-LANDSRAAD\drashna2018-03-281-1/+1
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-2/+18
* [Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre2018-03-191-1/+15
* Include host.h from suspend.cFred Sundvik2017-04-131-0/+1
* Fixed NO_SUSPEND_POWER_DOWN handlingWilba65822016-11-231-6/+1
* Fixed NO_SUSPEND_POWER_DOWN handlingWilba65822016-11-231-1/+7
* reverts #343 for the most part (#474)Jack Humbert2016-07-041-2/+4
* Optimize matrix scanning (#343)Eric Tang2016-05-231-4/+1
* start-up sound working, removes tick with some devicesJack Humbert2016-04-201-1/+2
* Fixed speaker being on during sleep.IBNobody2016-04-181-1/+11
* Added command to turn LED indicators off while sleepingIBNobody2016-03-281-1/+4
* Remove led_off() it is not usedPeter Eichinger2016-01-241-2/+0
* Backlight fix from redditPeter Eichinger2016-01-221-0/+13
* Add keyboard_setup() and matrix_setup()tmk2015-05-191-0/+2
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+122