aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/ps2avrgb
Commit message (Expand)AuthorAgeFilesLines
* Remove `DESCRIPTION` (#9732)Ryan2020-07-161-1/+0
* Update new keyboard templates (#9636)Ryan2020-07-153-34/+113
* Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)Ryan2020-05-171-2/+0
* Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)Konstantin Đorđević2020-04-091-4/+2
* V-USB: Consolidate usbconfig.h's into a single file (#8584)Ryan2020-03-311-342/+0
* V-USB: Use structs for USB descriptors (#8572)Ryan2020-03-281-39/+8
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-2/+0
* [Core] Fix ps2avrgb template (#7412)Erovia2019-11-191-1/+1
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-151-1/+1
* Add support for configurable polling interval and power usage o… (#7336)fauxpark2019-11-151-10/+0
* disable deprecated actions (#7211)Stephen Hogsten2019-11-121-0/+6
* Template updates (#7221)fauxpark2019-11-013-63/+13
* Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis2019-10-292-41/+1
* Fix broken link to ps2avrgb flashing instructions (#7011)MechMerlin2019-10-111-1/+1
* Prevent clang-format messing up placeholder tokens within keyboard templates ...fauxpark2019-10-102-7/+4
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-201-4/+8
* clang-format changesskullY2019-08-303-75/+78
* Add 'bootloadHID' flash target (#5587)Joel Challis2019-08-241-30/+5
* Add some defaults for ATmega32A to mcu_selection.mk (#6253)fauxpark2019-08-081-11/+0
* Remove NO_BACKLIGHT_CLOCK (#6418)fauxpark2019-07-271-1/+0
* Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)Konstantin Đorđević2019-07-201-1/+1
* Add copyright year placeholders to new keyboard script (#6280)fauxpark2019-07-084-27/+2
* Fix up Debouncing in AVR Templates (#5964)Drashna Jaelre2019-05-231-1/+1
* Fix up ps2avrgb templates (#5606)MechMerlin2019-05-033-6/+5
* Update ps2avrgb readme template (#5584)noroadsleft2019-04-111-5/+5
* Update ps2avrgb template to use standard matrix/i2c code (#4957)James Churchill2019-04-056-259/+80
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-261-1/+1
* 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-2/+3
* Optimize/Update the new_project script (#4920)MechMerlin2019-01-231-38/+0
* Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-203-3/+3
* Turn off Mousekeys for several ps2avrGB keyboards (#4502)Drashna Jaelre2018-11-271-2/+2
* Add Bootmagic Lite to QMK (#4215)Drashna Jaelre2018-10-271-0/+4
* Updated templates for use by new_project.sh (#3783)noroadsleft2018-08-292-5/+9
* Update ps2avrgb readme (#3599)MechMerlin2018-08-091-0/+44
* Add #include "config_common.h" after #pragma once to config.h templates (#3444)noroadsleft2018-07-181-0/+2
* Update template config.h with `#pragma once` (#3415)Evan Travers2018-07-161-6/+1
* Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip...Kenneth Aloysius2018-05-311-13/+19
* update template copyrights to 2018 (#2962)MechMerlin2018-05-132-2/+2
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-108-0/+793