summaryrefslogtreecommitdiff
path: root/tmk_core/common
Commit message (Expand)AuthorAge
* Store backlight breathing state in EEPROM (#6105)fauxpark2019-07-16
* Adding rgb matrix speed into eeprom storage. (#5965)XScorpion22019-07-16
* Usbasploader bootloader option addition (#6304)yiancar2019-07-15
* Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)fauxpark2019-05-29
* Fix bit count calculation for iterating layersRyan Caltabiano2019-05-18
* Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong2019-05-17
* Make delay for Capslock in Hold-Tap functions configurable (#5497)Drashna Jaelre2019-05-16
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-06
* Re-fix Mousekey Movements (#5740)Drashna Jaelre2019-05-06
* Fix wakeup function on ChibiOS (#5707)Drashna Jaelre2019-04-26
* Init RGB Matrix EEPROMDrashna Jaelre2019-04-19
* Make sure NOBITS is set on reset_keyDanny Nguyen2019-04-19
* Improve mouse keys docs and constant speed modeMarkus Weimar2019-04-18
* Fix wake from suspend LED functionalitypatrickmt2019-04-18
* Custom Tapping Term per key (#5009)Drashna Jaelre2019-04-05
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-03
* Add 3 speed mousekey movement option (#2246)Jon Arintok2019-03-26
* Next set of split_common changes (#4974)James Churchill2019-03-12
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-21
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-17
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-16
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-14
|\
| * Whitespace cleanup.alex-ong2019-01-26
| * DO NOT USE - Removed debounce from TMK.alex-ong2019-01-26
| * DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-26
| |\
| * \ Merge branch 'master' into debounce_refactorAlex Ong2019-01-04
| |\ \
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-29
* | | | Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre2019-02-14
* | | | Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094)Andrew Kannan2019-02-13
* | | | compiles, but long delay on startup and problemsskullY2019-02-10
* | | | Add One Shot Key callbacks (#4697)Thomas Baart2019-02-05
* | | | Change return type of layer_switch_get_layer() to uint8_t (#5011)fauxpark2019-01-31
* | | | Moving cannonkeys boards to one place, eeprom fix (#4999)Andrew Kannan2019-01-29
* | | | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-28
* | | | Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-28
* | | | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-27
* | | | Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
* | | | Fix RGBLIGHT_SLEEP function (#4865)Drashna Jaelre2019-01-25
| |_|/ |/| |
* | | Add MOD_MASK_* macros to core code (#4337)Konstantin Đorđević2019-01-25
* | | Fix oneshot_time wrong type (#3696)Shihpin Tseng2019-01-25
* | | Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2019-01-25
* | | Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894)Konstantin Đorđević2019-01-20
* | | Flip definitions of macOS brightness aliasJunya Ogura2019-01-17
* | | Defined IS_(HOST_)LED_ON/OFF() and improved LED documentation (#4853)DidierLoiseau2019-01-17
* | | MacOS Brightness Alias (#4836)Jeremy Bernhardt2019-01-17
* | | Simplify split_common Code significantly (#4772)James Churchill2019-01-17
* | | Add documentation and fix formating (#4860)Drashna Jaelre2019-01-17
* | | Add some function comments in action_layer.c (#4858)Nikolaus Wittenstein2019-01-16
* | | Add missing parentheses to some important macros (#4775)Konstantin Đorđević2019-01-08
* | | Update to arm_atsam wait and timer routinespatrickmt2019-01-07