aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
AgeCommit message (Collapse)Author
2016-04-28stops forcing debug_actionGravatar Jack Humbert
2016-04-21Update functions used to write to EEPROMGravatar Eric Tang
2016-04-20start-up sound working, removes tick with some devicesGravatar Jack Humbert
2016-04-18Fixed speaker being on during sleep.Gravatar IBNobody
2016-04-17Added extra songs, LED indicator notesGravatar IBNobody
2016-04-17Fixed many compiler warnings related to print being disabledGravatar IBNobody
2016-04-16Adding Musical NotesGravatar IBNobody
2016-04-16MAGIC functionality, AG swap in default layoutGravatar Jack Humbert
2016-04-15audio on by defaultGravatar Jack Humbert
2016-04-15audio enable stored in eepromGravatar Jack Humbert
2016-04-15Prepping for merge with new_defaultsGravatar IBNobody
2016-04-15the spacessssGravatar Jack Humbert
2016-04-14bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵Gravatar Jack Humbert
include cond
2016-04-14fixed mergingGravatar IBNobody
2016-04-14changing up the makefile a bitGravatar Jack Humbert
2016-04-14CheckinGravatar IBNobody
2016-04-13Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-04-13Compiler Warnings / Atomic TLCGravatar IBNobody
Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
2016-04-13Optimize source_layers_cache for the cache memoryGravatar Wojciech Siewierski
Swapping the array indices should increase the locality of the memory access.
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixGravatar Erez Zukerman
Fix the layer-dependent modifiers handling
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workGravatar Didier Loiseau
on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
2016-04-05Refactor the source layer cache encodingGravatar Wojciech Siewierski
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Gravatar Wojciech Siewierski
modifier-release-fix
2016-04-02Cleanup after mergeGravatar Wojciech Siewierski
- remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.hGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-03-28Merge pull request #219 from IBNobody/masterGravatar Jack Humbert
Master
2016-03-28Minor Tweaks and DocumentationGravatar IBNobody
Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h
2016-03-28Added command to turn LED indicators off while sleepingGravatar IBNobody
2016-03-28Merge pull request #214 from cdlm/action-hookGravatar Jack Humbert
Add per-event user hook function
2016-03-28Rename function to be keyboard-specificGravatar Damien Pollet
2016-03-28Add per-event user hook function to QMKGravatar Damien Pollet
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROGravatar IBNobody
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfGravatar Wojciech Siewierski
2016-03-27Merge pull request #188 from DidierLoiseau/issue-156Gravatar Erez Zukerman
Fix #156: clear weak mods on every key press
2016-03-22Fixed LED Function CallsGravatar IBNobody
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
2016-03-22Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
# Conflicts: # quantum/template/template.c # quantum/template/template.h
2016-03-15Adding LED function pointersGravatar IBNobody
2016-03-15Expose the pressed_actions_cache global variableGravatar Wojciech Siewierski
2016-03-15Always provide an implementation of process_action_nocacheGravatar Wojciech Siewierski