aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.c
Commit message (Expand)AuthorAgeFilesLines
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-1/+1
* Remove `DESCRIPTION` (#9732)Ryan2020-07-161-1/+0
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-4/+0
* Added missing shutdown_user() hook (#9180)yulei2020-05-251-8/+1
* Disable Mousekey Command interface when Constant speed is enabled (#7017)Drashna Jaelre2020-05-191-5/+5
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-0/+6
* Remove PJRC USB stackfauxpark2020-02-081-24/+0
* Remove `KEYMAP_SECTION_ENABLE` (#7882)fauxpark2020-01-171-3/+0
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* clang-format changesskullY2019-08-301-194/+206
* Added keycodes for swapping and unswapping the Control and OS keys (#6110)Stephen Wanhella2019-08-211-0/+2
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-171-15/+16
* Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-141-0/+4
* Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-211-0/+1
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-211-0/+2
* Fixed some large keyboard bugsIBNobody2016-10-231-3/+3
* Fix #770, Fix #779IBNobody2016-09-281-3/+0
* Fixed NO_PRINT / USER_PRINT conflict warning.IBNobody2016-09-121-2/+6
* Use keyboard config for nkro (#7)IBNobody2016-09-061-3/+3
* Don't add VERSION as a defineFred Sundvik2016-08-201-1/+2
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-011-8/+15
* Warning reductions (#430)Jack Humbert2016-06-211-2/+1
* Converted audio play functions to *_user (#349)Jack Humbert2016-05-241-6/+7
* Backlight Breathing for Planck and AtomicJack Humbert2016-05-091-1/+3
* Added extra songs, LED indicator notesIBNobody2016-04-171-0/+7
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-9/+16
* Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2016-03-281-107/+246
* core: Fix NKRO ifdefJun Wako2015-09-241-0/+2
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-201-0/+1
* core: Fix message print of debug commandtmk2015-09-201-2/+2
* Reduce code size of magic commandstmk2015-05-131-105/+90
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+644