summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
2016-04-16audio on by defaultJack Humbert1-1/+1
2016-04-16audio enable stored in eepromJack Humbert2-0/+14
2016-04-15CheckinIBNobody1-0/+1
2016-04-14Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-4/+4
2016-04-14Compiler Warnings / Atomic TLCIBNobody2-2/+3
2016-04-13Optimize source_layers_cache for the cache memoryWojciech Siewierski1-4/+4
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman4-7/+103
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau1-2/+12
2016-04-05Refactor the source layer cache encodingWojciech Siewierski3-41/+71
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski11-113/+414
2016-04-02Cleanup after mergeWojciech Siewierski1-7/+13
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+2
2016-04-02Update action.cEric-L-T1-1/+1
2016-04-02Update action.cEric-L-T1-8/+8
2016-04-02Update action.cEric-L-T1-6/+6
2016-04-01Update action.cEric-L-T1-1/+1
2016-04-01Update action.hEric-L-T1-1/+0
2016-04-01Update action.cEric-L-T1-4/+15
2016-03-29Merge pull request #219 from IBNobody/masterJack Humbert2-2/+5
2016-03-29Minor Tweaks and DocumentationIBNobody1-1/+1
2016-03-28Added command to turn LED indicators off while sleepingIBNobody1-1/+4
2016-03-28Merge pull request #214 from cdlm/action-hookJack Humbert2-0/+8
2016-03-28Rename function to be keyboard-specificDamien Pollet2-4/+4
2016-03-28Add per-event user hook function to QMKDamien Pollet2-0/+8
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody3-107/+373
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski4-11/+16
2016-03-27Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman4-2/+23
2016-03-23Fixed LED Function CallsIBNobody1-2/+3
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-2/+2
2016-03-16Adding LED function pointersIBNobody1-0/+2
2016-03-15Expose the pressed_actions_cache global variableWojciech Siewierski2-4/+4
2016-03-15Always provide an implementation of process_action_nocacheWojciech Siewierski2-1/+6
2016-03-13process_action may be called either with key cache or without itWojciech Siewierski2-0/+19
2016-03-10Addressed void* return warning in all keymapsyoyoerx1-2/+2
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau4-2/+23
2016-03-08Document the issue of stuck modifiersWojciech Siewierski1-1/+1
2016-03-05Fix the layer-dependent modifiers handlingWojciech Siewierski1-1/+21
2016-01-24Remove led_off() it is not usedPeter Eichinger1-2/+0
2016-01-22Backlight fix from redditPeter Eichinger1-0/+13
2015-10-28Fixes rolling combos for mod-tap keysErez Zukerman1-3/+6
2015-10-27merging tmkJack Humbert63-0/+7245
2015-09-23core: Fix NKRO ifdefJun Wako1-0/+2
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk2-3/+4
2015-09-20core: Fix message print of debug commandtmk1-2/+2
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)tmk2-8/+7