Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-20 | start-up sound working, removes tick with some devices | Jack Humbert | |
2016-04-18 | Fixed speaker being on during sleep. | IBNobody | |
2016-04-17 | Added extra songs, LED indicator notes | IBNobody | |
2016-04-17 | Fixed many compiler warnings related to print being disabled | IBNobody | |
2016-04-16 | Adding Musical Notes | IBNobody | |
2016-04-16 | MAGIC functionality, AG swap in default layout | Jack Humbert | |
2016-04-15 | audio on by default | Jack Humbert | |
2016-04-15 | audio enable stored in eeprom | Jack Humbert | |
2016-04-15 | Prepping for merge with new_defaults | IBNobody | |
2016-04-15 | the spacessss | Jack Humbert | |
2016-04-14 | bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵ | Jack Humbert | |
include cond | |||
2016-04-14 | fixed merging | IBNobody | |
2016-04-14 | changing up the makefile a bit | Jack Humbert | |
2016-04-14 | Checkin | IBNobody | |
2016-04-13 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | |
2016-04-13 | Compiler Warnings / Atomic TLC | IBNobody | |
Corrected compiler warnings for a number of issues. Gave Atomic some TLC. | |||
2016-04-13 | Optimize source_layers_cache for the cache memory | Wojciech Siewierski | |
Swapping the array indices should increase the locality of the memory access. | |||
2016-04-06 | Merge pull request #182 from Vifon/modifier-release-fix | Erez Zukerman | |
Fix the layer-dependent modifiers handling | |||
2016-04-06 | Fix issue #221: LGUI(KC_LSFT) does not work | 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-05 | Refactor the source layer cache encoding | Wojciech Siewierski | |
2016-04-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Wojciech Siewierski | |
modifier-release-fix | |||
2016-04-02 | Cleanup after merge | Wojciech Siewierski | |
- remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | |||
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.h | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-03-28 | Merge pull request #219 from IBNobody/master | Jack Humbert | |
Master | |||
2016-03-28 | Minor Tweaks and Documentation | 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-28 | Added command to turn LED indicators off while sleeping | IBNobody | |
2016-03-28 | Merge pull request #214 from cdlm/action-hook | Jack Humbert | |
Add per-event user hook function | |||
2016-03-28 | Rename function to be keyboard-specific | Damien Pollet | |
2016-03-28 | Add per-event user hook function to QMK | Damien Pollet | |
2016-03-28 | Magic Key Overrides / Keyboard Lock / Forced NKRO | 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-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | |
2016-03-27 | Merge pull request #188 from DidierLoiseau/issue-156 | Erez Zukerman | |
Fix #156: clear weak mods on every key press | |||
2016-03-22 | Fixed LED Function Calls | IBNobody | |
Fixed LED indicator function calls to match how the matrix init function calls are formatted. | |||
2016-03-22 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | |
# Conflicts: # quantum/template/template.c # quantum/template/template.h | |||
2016-03-15 | Adding LED function pointers | IBNobody | |
2016-03-15 | Expose the pressed_actions_cache global variable | Wojciech Siewierski | |
2016-03-15 | Always provide an implementation of process_action_nocache | Wojciech Siewierski | |
2016-03-13 | process_action may be called either with key cache or without it | Wojciech Siewierski | |
If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call. | |||
2016-03-10 | Addressed void* return warning in all keymaps | yoyoerx | |