aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
Commit message (Expand)AuthorAgeFilesLines
* Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Drashna Jaelre2019-07-221-7/+12
* Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)Konstantin Đorđević2019-07-201-1/+1
* Extend maximum number of backlight levels to 31 (#6351)fauxpark2019-07-161-3/+4
* Make Caps Lock delay more reasonable (#6199)Drashna Jaelre2019-07-161-1/+1
* Store backlight breathing state in EEPROM (#6105)fauxpark2019-07-162-3/+71
* Adding rgb matrix speed into eeprom storage. (#5965)XScorpion22019-07-162-4/+5
* Usbasploader bootloader option addition (#6304)yiancar2019-07-151-34/+43
* Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)fauxpark2019-05-291-2/+2
* Fix bit count calculation for iterating layersRyan Caltabiano2019-05-181-1/+1
* Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong2019-05-175-40/+48
* Make delay for Capslock in Hold-Tap functions configurable (#5497)Drashna Jaelre2019-05-161-1/+9
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-061-0/+19
* Re-fix Mousekey Movements (#5740)Drashna Jaelre2019-05-061-0/+4
* Fix wakeup function on ChibiOS (#5707)Drashna Jaelre2019-04-261-1/+1
* Init RGB Matrix EEPROMDrashna Jaelre2019-04-191-2/+3
* Make sure NOBITS is set on reset_keyDanny Nguyen2019-04-191-1/+1
* Improve mouse keys docs and constant speed modeMarkus Weimar2019-04-182-37/+52
* 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