summaryrefslogtreecommitdiff
path: root/tmk_core/common/avr
AgeCommit message (Expand)Author
2021-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-11Lighting Layers should be disabled when suspended (#11442)Joshua Diamond
2021-01-04Set avr's bootloader_jump function to be weak (#11418)Dasky
2020-12-30Remove useless wait in AVR suspend code (#11352)Ryan
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-12-26Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan
2020-06-10adds support for the atmega328 (#9043)itsnoteasy
2020-04-02format code according to conventions [skip ci]QMK Bot
2020-04-02Initial support for ATtiny85 (#8632)Joel Challis
2020-03-26Enable SLEEP_LED on ATmega32A (#8531)Joel Challis
2020-03-10Refactor rgblight_reconfig.h (#7773)Takeshi ISHII
2019-10-17Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-09-07Banish some more magic numbers (#6662)fauxpark
2019-08-30clang-format changesskullY
2019-08-30Have clang ignore the code in bootloader_size.cskullY
2019-07-15Usbasploader bootloader option addition (#6304)yiancar
2019-04-19Make sure NOBITS is set on reset_keyDanny Nguyen
2019-03-12Next set of split_common changes (#4974)James Churchill
2019-02-14Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre
2019-01-28Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman18
2019-01-25Fix RGBLIGHT_SLEEP function (#4865)Drashna Jaelre
2018-09-13Zeal60/Zeal65/M60-A implementation (#3879)Wilba6582
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII
2018-09-11Fix RG Sleep issues for Teensy ControllersDrashna Jaelre
2018-06-28Make sure that both RGBLIGHT_ENABLE is defined, for RGBLIGHT_SLEEPDrashna Jaelre
2018-06-03Add Suspend functions (#3112)Drashna Jaelre
2018-05-29Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Drashna Jaelre
2018-05-20Fix compile issues for atmega328pDrashna Jaelre
2018-03-28Fix RGB Sleep codeU-LANDSRAAD\drashna
2018-03-22Generate API docs from source code comments (#2491)skullydazed
2018-03-19[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre
2017-11-27Updates bootloader settings, adds file size check (#2029)Jack Humbert
2017-04-13Include host.h from suspend.cFred Sundvik
2017-01-21Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro
2016-11-27Tidy up atomicity in timer.c and ring_buffer.hWez Furlong
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-09-28Fix #770, Fix #779IBNobody
2016-09-07Added User Print - A "light" console out option (#8)IBNobody
2016-08-27Normalize line endingsFred Sundvik
2016-07-06default keymap, reset sorted out for now, added serial to makefileJack Humbert
2016-07-04reverts #343 for the most part (#474)Jack Humbert
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo
2016-06-21reduces rgblight warnings, integrates completely (#428)Jack Humbert
2016-05-23Optimize matrix scanning (#343)Eric Tang
2016-04-21Update functions used to write to EEPROMEric Tang
2016-04-20start-up sound working, removes tick with some devicesJack Humbert
2016-04-18Fixed speaker being on during sleep.IBNobody
2016-04-15audio on by defaultJack Humbert