summaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Expand)AuthorAgeFilesLines
* Manual formatting fix for serial_uart.c (#11806)Ryan2021-02-061-4/+4
* Serial refactor (#11521)Ryan2021-02-062-1/+26
* Manually run formatting job (#11797)Joel Challis2021-02-051-7/+5
* Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre2021-02-031-1/+1
* add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII2021-01-282-2/+11
* Fixup declaration for _kill, add other missing syscalls, populate errno. (#11...Nick Brassel2021-01-191-36/+49
* Add syscall fallbacks to ChibiOS builds (#11573)Nick Brassel2021-01-182-1/+93
* Adafruit BLE cleanups (#11556)Ryan2021-01-153-32/+26
* arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan2021-01-151-1/+1
* Add support for shared EP on V-USB boards (#11103)Ryan2021-01-113-46/+104
* Lighting Layers should be disabled when suspended (#11442)Joshua Diamond2021-01-112-28/+4
* manually run formatting job (#11503)Joel Challis2021-01-101-4/+4
* Add build debug option to tmk_core/rules.mk (#11324)Takeshi ISHII2021-01-061-1/+18
* Fix Tap-Hold Configs (#11127)Drashna Jaelre2021-01-041-3/+6
* arm_atsam: Use PROGRAM_CMD for :flash target if set (#11424)Joel Elkins2021-01-041-0/+4
* Manually run formatting CI process (#11375)Joel Challis2021-01-013-11/+11
* Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII2020-12-312-7/+16
* Missed a couple more `#pragma once`s (#11351)Ryan2020-12-301-3/+1
* Remove useless wait in AVR suspend code (#11352)Ryan2020-12-301-3/+0
* Remove MATRIX_IS_ON macro (#11330)xyzz2020-12-291-2/+0
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-284-6/+3
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-2656-242/+91
* chibios: honor PLATFORMASM in chibios build (#11219)Reza Jelveh2020-12-231-1/+1
* V-USB: Fix initial dropped keypress (#11263)Ryan2020-12-231-3/+2
* Fix small typo in V-USB configuration descriptor (#11253)Ryan2020-12-211-1/+1
* Run cformat and dos2unix manually (#11235)Ryan2020-12-174-141/+141
* Normalise include statements in keyboard code (#11185)Ryan2020-12-163-5/+5
* Normalise include statements in core code (#11153)Ryan2020-12-1118-27/+27
* Omit serial number if not defined (#11104)Ryan2020-12-052-8/+16
* Fix int wrapping for timer_expired macros and use MAX defines for consistency...XScorpion22020-11-301-2/+2
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-2824-54/+289
* Remove references to ch-bootloader-jump.patch (#10998)Joel Challis2020-11-222-118/+0
* Add references for is_keyboard_left() (#10850)Drashna Jaelre2020-11-183-3/+9
* Update massdrop/alt and arm_atsam/led_matrix to fix #10813 (#10818)Chris Merrill2020-11-091-3/+5
* Indicator LEDs as config (#10816)Joel Challis2020-11-081-4/+2
* Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930)Sergey Vlasov2020-10-271-2/+8
* Added EEPROM emulation for STM32F042x6 series processors (#10685)Adrian2020-10-222-1/+8
* Add description in Bluetooth docs for requiring NKRO to be disabled (#10359)Peter Landoll2020-09-221-3/+7
* Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but LTO_ENABL...David Cuthbert2020-09-171-0/+2
* [fix] dfu-programmer <0.7 doesn't support --force flag (#10292)Frans de Jonge2020-09-131-1/+2
* Use the force when flashing with dfu-programmer (#10070)Ryan2020-09-101-3/+3
* format code according to conventions [skip ci]QMK Bot2020-08-296-41/+47
* Remove support for Adafruit EZ-Key (#10103)Ryan2020-08-295-193/+64
* Kiibohd bootloader, take 2 (#10129)Ryan2020-08-292-4/+4
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-293-8/+5
* More Bluetooth refactoring (#9905)Ryan2020-08-295-19/+30
* Update vusb to match 3rd endpoint. (#9020)yiancar2020-08-292-12/+26
* Add ability to dump all makefile variables for the specified target. (#8256)Nick Brassel2020-08-291-1/+7
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-291-0/+5
* Fix joystick compile issues (#9949)Ryan2020-08-291-1/+3