aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/config.h
AgeCommit message (Expand)Author
2020-07-16Remove `DESCRIPTION` (#9732)Gravatar Ryan
2020-07-15Update new keyboard templates (#9636)Gravatar Ryan
2020-04-09Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)Gravatar Konstantin Đorđević
2019-11-12disable deprecated actions (#7211)Gravatar Stephen Hogsten
2019-10-10Prevent clang-format messing up placeholder tokens within keyboard templates ...Gravatar fauxpark
2019-08-30clang-format changesGravatar skullY
2019-07-20Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)Gravatar Konstantin Đorđević
2019-07-16Store backlight breathing state in EEPROM (#6105)Gravatar fauxpark
2019-07-08Add copyright year placeholders to new keyboard script (#6280)Gravatar fauxpark
2019-05-23Fix up Debouncing in AVR Templates (#5964)Gravatar Drashna Jaelre
2019-05-02If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...Gravatar Takeshi ISHII
2019-02-26Ask for your name when generating a new keyboard (#5214)Gravatar fauxpark
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)Gravatar zvecr
2019-02-17Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Gravatar Konstantin Đorđević
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Gravatar Konstantin Đorđević
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Gravatar Drashna Jaelre
2019-01-20Update Templates (stop living in the past, its 2019) (#4897)Gravatar MechMerlin
2018-12-14Make quantum/split_common/serial.[ch] configurable (#4419)Gravatar Takeshi ISHII
2018-11-12modify quantum/template/avr/config.h: add rgblight effect configurationsGravatar mtei
2018-10-27Add Bootmagic Lite to QMK (#4215)Gravatar Drashna Jaelre
2018-08-03Update templates used for new_project.sh (#3558)Gravatar MechMerlin
2018-07-18Add #include "config_common.h" after #pragma once to config.h templates (#3444)Gravatar noroadsleft
2018-07-16Update template config.h with `#pragma once` (#3415)Gravatar Evan Travers
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Gravatar Max Audron
2018-05-13update template copyrights to 2018 (#2962)Gravatar MechMerlin
2018-05-10Support both AVR and ps2avrGB targets for new_project script (#2811)Gravatar MechMerlin