summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/config.h
Commit message (Expand)AuthorAgeFilesLines
* Align some quantum sub-directories (#14134)Joel Challis2021-08-241-152/+0
* Recommend use of LED Indicator config (#10895)Joel Challis2020-11-161-0/+6
* Remove `DESCRIPTION` (#9732)Ryan2020-07-161-1/+0
* Update new keyboard templates (#9636)Ryan2020-07-151-145/+41
* Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)Konstantin Đorđević2020-04-091-4/+3
* disable deprecated actions (#7211)Stephen Hogsten2019-11-121-2/+5
* Prevent clang-format messing up placeholder tokens within keyboard templates ...fauxpark2019-10-101-6/+4
* clang-format changesskullY2019-08-301-10/+12
* Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)Konstantin Đorđević2019-07-201-1/+1
* Store backlight breathing state in EEPROM (#6105)fauxpark2019-07-161-2/+0
* Add copyright year placeholders to new keyboard script (#6280)fauxpark2019-07-081-1/+1
* Fix up Debouncing in AVR Templates (#5964)Drashna Jaelre2019-05-231-1/+1
* If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...Takeshi ISHII2019-05-021-0/+6
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-261-2/+2
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-171-5/+6
* Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-271-1/+1
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-3/+2
* Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-201-1/+1
* Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII2018-12-141-0/+5
* modify quantum/template/avr/config.h: add rgblight effect configurationsmtei2018-11-121-5/+18
* Add Bootmagic Lite to QMK (#4215)Drashna Jaelre2018-10-271-0/+3
* Update templates used for new_project.sh (#3558)MechMerlin2018-08-031-0/+8
* Add #include "config_common.h" after #pragma once to config.h templates (#3444)noroadsleft2018-07-181-8/+10
* Update template config.h with `#pragma once` (#3415)Evan Travers2018-07-161-5/+1
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-151-0/+28
* update template copyrights to 2018 (#2962)MechMerlin2018-05-131-2/+2
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-101-0/+190