aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
Commit message (Expand)AuthorAgeFilesLines
* Fix wake from suspend LED functionalitypatrickmt2019-04-181-0/+6
* Custom Tapping Term per key (#5009)Drashna Jaelre2019-04-052-3/+19
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-031-4/+5
* Add 3 speed mousekey movement option (#2246)Jon Arintok2019-03-262-138/+290
* Next set of split_common changes (#4974)James Churchill2019-03-121-9/+0
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-213-0/+9
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-172-30/+35
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-162-0/+16
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-141-15/+2
|\
| * Whitespace cleanup.alex-ong2019-01-261-3/+3
| * DO NOT USE - Removed debounce from TMK.alex-ong2019-01-266-260/+3
| * DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-2618-838/+371
| |\
| * \ Merge branch 'master' into debounce_refactorAlex Ong2019-01-0429-100/+1786
| |\ \
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-296-16/+260
* | | | Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre2019-02-143-14/+55
* | | | Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094)Andrew Kannan2019-02-132-3/+8
* | | | compiles, but long delay on startup and problemsskullY2019-02-101-1/+1
* | | | Add One Shot Key callbacks (#4697)Thomas Baart2019-02-052-15/+84
* | | | Change return type of layer_switch_get_layer() to uint8_t (#5011)fauxpark2019-01-312-3/+3
* | | | Moving cannonkeys boards to one place, eeprom fix (#4999)Andrew Kannan2019-01-291-4/+8
* | | | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-25/+32
* | | | Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-281-11/+6
* | | | 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-0/+3
* | | | Fix RGBLIGHT_SLEEP function (#4865)Drashna Jaelre2019-01-251-17/+30
| |_|/ |/| |
* | | Add MOD_MASK_* macros to core code (#4337)Konstantin Đorđević2019-01-251-0/+16
* | | Fix oneshot_time wrong type (#3696)Shihpin Tseng2019-01-251-2/+2
* | | Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2019-01-252-1/+10
* | | Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894)Konstantin Đorđević2019-01-201-11/+6
* | | Flip definitions of macOS brightness aliasJunya Ogura2019-01-171-2/+2
* | | Defined IS_(HOST_)LED_ON/OFF() and improved LED documentation (#4853)DidierLoiseau2019-01-171-0/+6
* | | MacOS Brightness Alias (#4836)Jeremy Bernhardt2019-01-171-0/+4
* | | Simplify split_common Code significantly (#4772)James Churchill2019-01-171-0/+2
* | | Add documentation and fix formating (#4860)Drashna Jaelre2019-01-171-156/+145
* | | Add some function comments in action_layer.c (#4858)Nikolaus Wittenstein2019-01-161-6/+6
* | | Add missing parentheses to some important macros (#4775)Konstantin Đorđević2019-01-081-3/+3
* | | Update to arm_atsam wait and timer routinespatrickmt2019-01-072-18/+6
* | | Final HS60v2 changes. (#4790)yiancar2019-01-067-648/+172
* | | Add underscores to names of brightness control constants in report.h (#4764)Konstantin Đorđević2019-01-051-4/+4
| |/ |/|
* | Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević2018-12-283-1/+19
* | Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-141-0/+4
* | Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-142-1/+13
* | Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević2018-12-121-0/+1
* | adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob2018-12-042-3/+11
* | Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota2018-11-282-2/+11
* | Fixed docs/newbs_testing_debugging.md and tmk_core/common/print.hmtei2018-11-271-5/+5
* | Use a single endpoint for HID reports (#3951)James Laird-Wah2018-11-153-20/+69
* | Backlight status functions (#4259)Phillip Tennen2018-11-142-6/+49
* | command.h include was not set correctlyDrashna Jaelre2018-11-061-4/+1
* | Fix Terminal feature on ChibiOSDrashna Jaelre2018-11-061-0/+2