aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Expand)AuthorAgeFilesLines
* format code according to conventions [skip ci]QMK Bot2020-04-051-4/+4
* V-USB: Remove some stuff from usbconfig.h that should not be configurable (#8...Ryan2020-04-053-53/+11
* V-USB remote wakeup (#7627)Drashna Jaelre2020-04-052-5/+21
* format code according to conventions [skip ci]QMK Bot2020-04-021-4/+4
* Initial support for ATtiny85 (#8632)Joel Challis2020-04-022-7/+14
* Fix `pgm_read_ptr()` define for ARM (#8658)Ryan2020-04-021-1/+1
* Strip out features to allow minimum firmware sizes (#8645)Joel Challis2020-04-014-11/+14
* Updated V-USB template to allow usbFunctionWriteOut (#8634)yiancar2020-04-012-3/+1
* Miscellaneous cleanups (#8639)Ryan2020-04-011-6/+0
* Migrate :program logic to :flash (#8631)Joel Challis2020-04-012-6/+6
* V-USB: Consolidate usbconfig.h's into a single file (#8584)Ryan2020-03-311-0/+352
* add hid_raw feature to VUSB (#8380)Takuya Urakawa2020-03-303-1/+174
* fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang2020-03-281-3/+8
* V-USB: Use structs for USB descriptors (#8572)Ryan2020-03-282-104/+218
* Enable SLEEP_LED on ATmega32A (#8531)Joel Challis2020-03-262-9/+44
* V-USB: Use manufacturer and product strings from config.h (#7797)Ryan2020-03-262-0/+70
* format code according to conventions [skip ci]QMK Bot2020-03-262-7/+3
* Add RawHID support to ATSAM (Massdrop boards) (#8530)foxx13372020-03-266-1/+47
* Run clang-format manually to fix recently changed files (#8552)Joel Challis2020-03-251-14/+14
* Add Post Processing to process_record (#4892)Drashna Jaelre2020-03-232-1/+9
* Align some ChibiOS build logic (#8461)Joel Challis2020-03-222-5/+29
* format code according to conventions [skip ci]QMK Bot2020-03-211-1/+1
* Add support for Bootmagic lite when using SPLIT_HAND_PIN (#8347)Joel Challis2020-03-212-0/+53
* Fix formatting for report.h (#8512)Ryan2020-03-221-4/+16
* format code according to conventions [skip ci]QMK Bot2020-03-211-14/+2
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-212-13/+3
* Tidy up report.h (#8486)Ryan2020-03-211-53/+68
* Remove ACT_COMMAND (#8487)Ryan2020-03-212-16/+1
* Remove qmk archive generation (#8462)Joel Challis2020-03-172-48/+0
* format code according to conventions [skip ci]QMK Bot2020-03-161-1/+0
* Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c (#8432)Takeshi ISHII2020-03-163-10/+0
* format code according to conventions [skip ci]QMK Bot2020-03-133-18/+18
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-133-0/+35
* format code according to conventions [skip ci]QMK Bot2020-03-131-11/+17
* Decouple mouse cursor and mouse wheel in accelerated mode (#6685)francislan2020-03-132-24/+52
* Fix layer debug calls (#8370)Drashna Jaelre2020-03-101-2/+2
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-107-49/+21
* Fix up Arm builds with nix-shell. (#8312)Nick Brassel2020-03-071-1/+3
* format code according to conventions [skip ci]QMK Bot2020-03-061-1/+1
* Fix typo in uart.c backport and add 32A "support" (#8219)Ryan2020-03-061-12/+27
* format code according to conventions [skip ci]QMK Bot2020-03-011-2/+2
* Short term fix for conflicting types for 'tfp_printf' (#8157)Joel Challis2020-03-022-8/+12
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-011-4/+1
* Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel2020-03-011-3/+27
* Use nano specs (#8270)Joel Challis2020-03-011-0/+1
* Unconditionally enable ChibiOS syscalls (#8268)Joel Challis2020-03-012-13/+4
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-2910-88/+68
* format code according to conventions [skip ci]QMK Bot2020-02-251-4/+3
* New feature: PERMISSIVE_HOLD_PER_KEY (#7994)ridingqwerty2020-02-251-4/+11
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-257-62/+78