Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the spacessss | Jack Humbert | 2016-04-15 | 2 | -15/+15 |
| | |||||
* | bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵ | Jack Humbert | 2016-04-14 | 1 | -0/+1 |
| | | | | include cond | ||||
* | changing up the makefile a bit | Jack Humbert | 2016-04-14 | 2 | -15/+15 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-04-13 | 1 | -4/+4 |
|\ | |||||
| * | Optimize source_layers_cache for the cache memory | Wojciech Siewierski | 2016-04-13 | 1 | -4/+4 |
| | | | | | | | | Swapping the array indices should increase the locality of the memory access. | ||||
* | | Compiler Warnings / Atomic TLC | IBNobody | 2016-04-13 | 2 | -2/+3 |
|/ | | | | | Corrected compiler warnings for a number of issues. Gave Atomic some TLC. | ||||
* | Merge pull request #182 from Vifon/modifier-release-fix | Erez Zukerman | 2016-04-06 | 4 | -7/+103 |
|\ | | | | | Fix the layer-dependent modifiers handling | ||||
| * | Refactor the source layer cache encoding | Wojciech Siewierski | 2016-04-05 | 3 | -41/+71 |
| | | |||||
| * | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Wojciech Siewierski | 2016-04-03 | 11 | -113/+414 |
| |\ | | | | | | | | | | modifier-release-fix | ||||
| * | | Cleanup after merge | Wojciech Siewierski | 2016-04-02 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | | - remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | ||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | eltang | 2016-04-02 | 1 | -1/+2 |
| | | | |||||
| * | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -8/+8 |
| | | | |||||
| * | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -6/+6 |
| | | | |||||
| * | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | | | |||||
| * | | Update action.h | Eric-L-T | 2016-04-01 | 1 | -1/+0 |
| | | | |||||
| * | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -4/+15 |
| | | | |||||
| * | | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 2016-03-27 | 4 | -11/+16 |
| | | | |||||
| * | | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2016-03-15 | 2 | -4/+4 |
| | | | |||||
| * | | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2016-03-15 | 2 | -1/+6 |
| | | | |||||
| * | | process_action may be called either with key cache or without it | Wojciech Siewierski | 2016-03-13 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Document the issue of stuck modifiers | Wojciech Siewierski | 2016-03-08 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the layer-dependent modifiers handling | Wojciech Siewierski | 2016-03-05 | 1 | -1/+21 |
| | | | | | | | | | | | | Closes #181. | ||||
* | | | Fix issue #221: LGUI(KC_LSFT) does not work | Didier Loiseau | 2016-04-06 | 1 | -2/+12 |
| |/ |/| | | | | | | | | | | | 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) | ||||
* | | Merge pull request #219 from IBNobody/master | Jack Humbert | 2016-03-28 | 2 | -2/+5 |
|\ \ | | | | | | | Master | ||||
| * | | Minor Tweaks and Documentation | IBNobody | 2016-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Added command to turn LED indicators off while sleeping | IBNobody | 2016-03-28 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #214 from cdlm/action-hook | Jack Humbert | 2016-03-28 | 2 | -0/+8 |
|\ \ \ | |/ / |/| | | Add per-event user hook function | ||||
| * | | Rename function to be keyboard-specific | Damien Pollet | 2016-03-28 | 2 | -4/+4 |
| | | | |||||
| * | | Add per-event user hook function to QMK | Damien Pollet | 2016-03-28 | 2 | -0/+8 |
| | | | |||||
* | | | Magic Key Overrides / Keyboard Lock / Forced NKRO | IBNobody | 2016-03-28 | 3 | -107/+373 |
|/ / | | | | | | | | | | | Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default) | ||||
* | | Merge pull request #188 from DidierLoiseau/issue-156 | Erez Zukerman | 2016-03-27 | 4 | -2/+23 |
|\ \ | | | | | | | Fix #156: clear weak mods on every key press | ||||
| * | | Fix #156: clear weak mods on every key press | Didier Loiseau | 2016-03-08 | 4 | -2/+23 |
| |/ | | | | | | | | | | | - 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 | ||||
* | | Fixed LED Function Calls | IBNobody | 2016-03-22 | 1 | -2/+3 |
| | | | | | | | | | | Fixed LED indicator function calls to match how the matrix init function calls are formatted. | ||||
* | | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-03-22 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h | ||||
| * | | Addressed void* return warning in all keymaps | yoyoerx | 2016-03-10 | 1 | -2/+2 |
| |/ | |||||
* / | Adding LED function pointers | IBNobody | 2016-03-15 | 1 | -0/+2 |
|/ | |||||
* | Added note about using avr_setup.sh | dragon788 | 2016-02-07 | 1 | -1/+1 |
| | | | On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages. | ||||
* | Merge branch 'master' into flicker-fix | Peter Eichinger | 2016-01-25 | 2 | -2/+8 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio | Jack Humbert | 2016-01-23 | 1 | -1/+1 |
| |\ | |||||
| * | | better integrations | Jack Humbert | 2016-01-20 | 2 | -2/+8 |
| | | | |||||
| * | | timer 3 | Jack Humbert | 2016-01-11 | 1 | -9/+9 |
| | | | |||||
| * | | pwm audio | Jack Humbert | 2016-01-11 | 1 | -9/+9 |
| | | | |||||
* | | | Remove led_off() it is not used | Peter Eichinger | 2016-01-24 | 1 | -2/+0 |
| | | | |||||
* | | | Backlight fix from reddit | Peter Eichinger | 2016-01-22 | 1 | -0/+13 |
| |/ |/| | | | | | https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ |