aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 compile issues for atmega328pDrashna Jaelre2018-05-201-4/+4
* Fix RGB Sleep codeU-LANDSRAAD\drashna2018-03-281-1/+1
* Generate API docs from source code comments (#2491)skullydazed2018-03-224-11/+67
* [Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre2018-03-191-1/+15
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-272-91/+125
* Include host.h from suspend.cFred Sundvik2017-04-131-0/+1
* Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-212-4/+4
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-213-9/+36
* Tidy up atomicity in timer.c and ring_buffer.hWez Furlong2016-11-271-20/+16
* Fixed NO_SUSPEND_POWER_DOWN handlingWilba65822016-11-231-6/+1
* Fixed NO_SUSPEND_POWER_DOWN handlingWilba65822016-11-231-1/+7
* Fix #770, Fix #779IBNobody2016-09-281-4/+4
* Added User Print - A "light" console out option (#8)IBNobody2016-09-071-3/+3
* Normalize line endingsFred Sundvik2016-08-272-611/+611
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-17/+37
* reverts #343 for the most part (#474)Jack Humbert2016-07-041-2/+4
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-012-56/+95
* reduces rgblight warnings, integrates completely (#428)Jack Humbert2016-06-211-1/+4
* Optimize matrix scanning (#343)Eric Tang2016-05-231-4/+1
* Update functions used to write to EEPROMEric Tang2016-04-211-15/+15
* 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
* audio on by defaultJack Humbert2016-04-151-1/+1
* audio enable stored in eepromJack Humbert2016-04-151-0/+8
* 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
* Add description of AVR bootloader and boot sectiontmk2015-05-131-6/+43