Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-03-08 | Fix #156: clear weak mods on every key press | Didier Loiseau | |
- new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key | |||
2016-03-08 | Document the issue of stuck modifiers | Wojciech Siewierski | |
2016-03-05 | Fix the layer-dependent modifiers handling | Wojciech Siewierski | |
Closes #181. | |||
2016-01-24 | Remove led_off() it is not used | Peter Eichinger | |
2016-01-22 | Backlight fix from reddit | Peter Eichinger | |
https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ | |||
2015-10-28 | Fixes rolling combos for mod-tap keys | Erez Zukerman | |
2015-10-27 | merging tmk | Jack Humbert | |
2015-09-24 | core: Fix NKRO ifdef | Jun Wako | |
2015-09-20 | core: Fix for disabling NKRO in Boot protocol | tmk | |
2015-09-20 | core: Fix message print of debug command | tmk | |
2015-09-16 | Change to KC_BOOTLOADER(KC_BTLD) | tmk | |
2015-09-16 | Add an assignable RESET key | skullY | |
2015-09-12 | Fix parenthesis | tmk | |